Issue
While updating angular 8 project to angular 9 , getting error
✔ Package successfully installed.
Using package manager: 'npm'
Collecting installed dependencies...
Found 0 dependencies.
Package '@angular/core' is not a dependency.
command I use
ng update @angular/core@9 @angular/cli@9 --force
Solution
Run command
npm i
then it works
Answered By - Ashutosh Jha
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.