-
Notifications
You must be signed in to change notification settings - Fork 12k
New angular-cli generated project has webpack error #7078
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
Comments
@angular/cli dependency should be updated to extract-text-webpack-plugin@3.0.0 |
Revert back to 1.2.1 for the time being, the issue is due to version 1.2.2 using webpack 3.3.0 Rather than 2.4.0 You can revert using the following commands:
|
Just wanted to chine in as a maintainer and highlight @RicardoVaranda's comment. This was a mistake on our part. |
Closing as outdated. |
Angular webpack issue - I have facing this error from 1 week - could anyone support me why this error comes in picture Runnpm run webpack-dev-server --inline --progress --port 8080 Console Error
Package.json/tsconfig.json
Please share if anyone resolve this issue awaiting... |
Visit the angular webpack website, I have mentioned direct link
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report or Feature Request (mark with an
x
)Versions.
1.2.2
Repro steps.
Generate new project
The log given by the failure.
After projects gets generated I do this: "npm ls --depth=0"
That shows:
npm ERR! peer dep missing: webpack@^2.2.0, required by extract-text-webpack-plugin@2.1.2
Desired functionality.
No errors
Mention any other details that might be useful.
The text was updated successfully, but these errors were encountered: