-
-
Notifications
You must be signed in to change notification settings - Fork 156
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' #63
Comments
might be related to: |
Hey @pokvoja, please provide the npm log that was generated. A pastebin link or something similar to that would be best :) |
sorry if forgot about that! its small enough for gitlab:
|
Try updating all webpack related packages to their latest versions and try again? Particularly webpack, and webpack-dev-server |
@pokvoja I'm assuming since you've opened a PR, you fixed this issue? If so, what was the solution? |
Getting the same error, and it appears to be deprecated issues. |
I can reproduce this issue, and unfortunately, after trying to solve it (by updating everything related to webpack and trying other possible steps) I had to go back to commit 48bd00b. |
Could not reproduce.
@obulat please post your os, node, and npm info in this thread. Let's narrow it down :) not sure if this will be relevant once we transition to vue3-cli, though. |
My details are:
Is it because of the Node version? It might also be due to the global Webpack version, but I've already uninstalled it |
Describe the bug
When trying to build by running
npm run dev
the webpack server fails with the following error:To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should build and run a server with the buld
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: