-
-
Notifications
You must be signed in to change notification settings - Fork 611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Cannot find module 'webpack-cli/bin/config-yargs' #1602
Comments
This seems to be an issue with monorepos when The workaround is to add the dependency to the monorepo root |
Yes it is a bug, not related to |
Hello, I would like to know is a solution is currently available... I started webpack yesterday to improve and have more control on my application. This bug make me puzzled about it's because in the webpack tutorial a lot of manipulation use webpack-dev-server. Hopefully it's a good place to ask my question. Regards |
@hpachy Can you provide links? |
for example this one : -https://webpack.js.org/guides/development/ for now I stoped here but I'm still following the tutorial, it's maybe my bad but I tried it and it's not working / not fixed so I just asking you if it s totaly fine or not ;) regards edited : 10/26/20
If I find others link I'm gonna put there here |
Big thanks, WIP on docs |
@hpachy PR was sent |
your welcome it's been a pleasure! |
npm run build
internal/modules/cjs/loader.js:883 Error: Cannot find module 'v8-compile-cache'
npm ERR! A complete log of this run can be found in: I ran the command npm-doctor. |
Describe the bug
Possible regression of: webpack/webpack-dev-server#2029
What is the current behavior?
The following error running webpack-dev-server:
To Reproduce
Steps to reproduce the behavior:
`yarn webpack-dev-server'
Expected behavior
Dev server should start
Please paste the results of
webpack-cli info
here, and mention other relevant informationWith config:
The text was updated successfully, but these errors were encountered: