-
Notifications
You must be signed in to change notification settings - Fork 12k
ng update @angular/cli 8.0.1 => 8.0.2 does not install the 8.0.2 package #14703
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
ng update @angular/cli 8.0.1 => 8.0.2 does not install the 8.0.2 package #14703
Comments
AFAIK //cc @clydin |
Do you happen to have a |
No, only the angular.json file in the root. I've found the |
Sorry. I meant in any directory above the workspace root. |
Wow, I've chased issues with |
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. |
Uh oh!
There was an error while loading. Please reload this page.
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Not sure.
Description
When running ng update on 8.0.1 everything seems to run, but the 8.0.2 package does not get installed.
🔬 Minimal Reproduction
Run
ng update @angular/cli
Output:
package-lock.json
after installation:🌍 Your Environment
Workaround: use standard installation method for upgrading package (
npm install
oryarn add
)The text was updated successfully, but these errors were encountered: