-
Notifications
You must be signed in to change notification settings - Fork 3
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
Webpack Issue #8
Comments
This is an issue for me as well. |
I have a temporary patch for this. The issue is that Yarn doesn't grab the correct version of webpack-dev-server. We just need to modify Yarn to do so. First, go to your Yarn's global config (
Then delete both the webpack and webpack-dev-server from the node_modules in the same directory. Now just run Really though the generator just needs to be updated to new Webpack. |
That worked but I agree, the generator needs to be fixed... I don't know enough about Webpack/yarn - from the error it looks like a problem with the package.json for starters |
Please update the webpack config to comply with the latest webpack version, as by default the latest webpack and webpack-dev-server is installed. Due to the current webpack config, webpack dev serv er is unable to start.
The text was updated successfully, but these errors were encountered: