You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
$ ng update @angular/core@14 @angular/cli@14
The installed Angular CLI version is outdated.
Installing a temporary Angular CLI versioned 14.2.9 to perform the update.
✔ Package successfully installed.
Using package manager: npm
Collecting installed dependencies...
Found 0 dependencies.
Package '@angular/core' is not a dependency.
@angular/core is listed in my package.json (so I consider it a dependency), but the node_modules directory was missing. Running npm i solved the issue.
I suggest that the error message read something like “Package '@angular/core' is not installed.”
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@angular/core is listed in my package.json (so I consider it a dependency), but the node_modules directory was missing. Running
npm i
solved the issue.I suggest that the error message read something like “Package '@angular/core' is not installed.”
The text was updated successfully, but these errors were encountered: