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:
> [email protected] 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/[email protected][email protected][email protected]/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: