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
Mostly looking for help in identifying these errors since the messages returned don't have much information. Already been using https://update.angular.io/ as a starting point for how to update from Angular 5.2 to 6.
The text was updated successfully, but these errors were encountered:
Versions
Repro steps
@angular/cli
to6.0.0
package.json
to6.0.0
npm i
ng update @angular/cli
Observed behavior
Errors about packages included in
package.json
Not found : @fortawesome/fontawesome-pro-light
.Desired behavior
More details on what the actual error means.
Mention any other details that might be useful (optional)
At the surface one might assume that the package listed there wasn't installed but it winds up installing just fine.
I can remove the offending packages and get a different error but once again, not exactly very explanatory.
Collection "@schematics/angular/migrations/migration-collection.json" cannot be resolved.
The following is my
package.json
:Mostly looking for help in identifying these errors since the messages returned don't have much information. Already been using https://update.angular.io/ as a starting point for how to update from Angular 5.2 to 6.
The text was updated successfully, but these errors were encountered: