Update angular dependency
See original GitHub issueCannot use the Angular cli update command to update to Angular 9 without --force because the packages.json marks 7 as the latest supported version.
C:\Code\d8\web\aeclient>ng update @angular/core
Using package manager: 'npm'
Collecting installed dependencies...
Found 76 dependencies.
Fetching dependency metadata from registry...
Package "overlayscrollbars-ngx" has an incompatible peer dependency to "@angular/core" (requires "^7.0.0" (extended), would install "9.1.3").
× Migration failed: Incompatible peer dependencies found.
Peer dependency warnings when installing dependencies means that those dependencies might not work correctly together.
You can use the '--force' option to ignore incompatible peer dependencies and instead address these warnings later.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:7 (3 by maintainers)
Top Results From Across the Web
ng update - Angular
Updates your workspace and its dependencies. See https://update.angular.io/. ng update [ ...
Read more >How can I update all Angular dependencies? - Stack Overflow
You should run ng update command with --all option will attempt to update all packages in package.json file.
Read more >How to update Angular to latest version - TekTutorialsHub
Choose the Current version Angular and the version you wish to upgrade · Select the App Complexity as Advanced · Choose other dependencies...
Read more >27. Update Angular App and its dependencies to ... - YouTube
In this video we will see how to update the angular app and its dependencies to the latest versions using ng update command...
Read more >How to update Angular to the latest version - tsmean
How to update Angular to the latest version ... First of all, try to do all changes incrementally and commit after every change...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Good day!
Thanks, I’ll fix this as soon as possible.
@TokkeDev @lovelyc4t @jecraig Fixed with version 1.13.1 /
"overlayscrollbars-ngx": "0.2.3"