-
Notifications
You must be signed in to change notification settings - Fork 915
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
Angular 6.0.0-beta7 can't be installed #125
Comments
I have the same difficulty since yesterday. I am prompted for my
I checked for my existing SSH and studied the tutorial on generating and adding these. Thanks for your kind attention. |
Seems to be a bug with angular/core. I have had the same problem and the easy way I found was downgrading all angular dependencies to "Latest" (5.2.9 mostly). Now everything is fine again. |
Same issue. |
Had the same issue and after an hour of investigation, it seems that the issue is found here: To fix this I replace the blow:
Replace it with this: angular-ngrx-material-starter/package-lock.json Line 5967 in 3e7a621
Replace it with this: Hope it helps. |
Hey! Thank you very much for debugging this issue! I hope that this will all go away soon with releases of stable 6.0.0 of Angular, Material, RxJS and CLI. Until than the workaround with the html-webpack-plugin version seem to be the way to go! |
This resolved the install issue. Thanks! |
Started working on migration to 6.0.0-rc versions of Angular, CLI, Material, NgRx and RxJS. It seems to mostly work in dev mode but I still have issues with running tests and lazy loaded ngrx modules so it might take a while or even until real 6.0.0 until all things play nicely together. |
Feel free to check this huge commit which contains migration to the new Angular CLI project configuration and layout. Also version of starter project was aligned with Angular and others so starter is currently having Hope that helps! |
During
npm install
I have problem with angular 6.0.0-beta7 because it referencesgithub:webpack-contrib/html-webpack-plugin
which doesn't exist anymore. I tried to update to 6.0.0-rc.2, but got another issue withLocal workspace file ('angular.json') could not be found.
Can you please help me?
The text was updated successfully, but these errors were encountered: