You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If workbox-build not in package.json , pnpm won't install it. I think maybe this is due to Gruntfile? This seem to be a very old thing before I start coding...
The text was updated successfully, but these errors were encountered:
> noflo-ui@0.29.1 dev /Users/linonetwo/Desktop/repo/noflo-ui
> webpack serve
[webpack-cli] Unable to load '@webpack-cli/serve' command
[webpack-cli] TypeError: options.forEach is not a function
at WebpackCLI.makeCommand (/Users/linonetwo/Desktop/repo/noflo-ui/node_modules/.pnpm/webpack-cli@4.5.0_webpack-dev-server@3.11.2_webpack@4.46.0/node_modules/webpack-cli/lib/webpack-cli.js:108:21)
I think
npm i
will work, but whenpnpm i
If
workbox-build
not in package.json , pnpm won't install it. I think maybe this is due to Gruntfile? This seem to be a very old thing before I start coding...The text was updated successfully, but these errors were encountered: