-
Notifications
You must be signed in to change notification settings - Fork 15
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: The "@ngtools/webpack" package installed is not compatible with this version of "ngc-webpack" #50
Comments
Try to set it in the resolutions field of package.json, so any dependencies that also require |
Hi @Edlzotov, Thanks |
I am experiencing the same issue, not sure how to even approach this, deleted my node modules, moved around dependencies but it's still acting up for me as well. This happens when I try to run webpack. Here is relevant dependencies from package.json "dependencies": { "devDependencies": { here is my implementation within webpack.config.js new ngcWebpack.NgcWebpackPlugin({ And here is the entire error displayed on the integrated terminal of VSCode: Error: The "@ngtools/webpack" package installed is not compatible with this version of "ngc-webpack" Please help!!!! |
|
@actra-gschuster it doesn't work |
I am also getting the same error. |
"@ngtools/webpack": "^8.3.19", |
It has been one year since the original issue post. Anyone working on resolving the issue? |
Hi guys. This repo is no longer in active development. It was created to bridge the gap that existed when the angular CLI was in early stages. Today, you can easily accomplish everything that this plugin offers, using the CLI alone. Additionally, for package authors there's the ng-packger. I strongly suggest that you move to the officially supported solutions that are officially maintained by angular. |
Hi,
I get the error:
"Error: The "@ngtools/webpack" package installed is not compatible with this version of "ngc-webpack""
"devDependencies": {
"@angular/compiler-cli": "^7.0.1",
"@ngtools/webpack": "^7.0.3",
"ngc-webpack": "^4.1.2"
}
What is the issue?
Thank you in advance! Tell me, pls, if it needs to provide any additional info.
The text was updated successfully, but these errors were encountered: