question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update angular dependency

See original GitHub issue

Cannot 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:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
KingSoracommented, Apr 27, 2020

Good day!

Thanks, I’ll fix this as soon as possible.

0reactions
KingSoracommented, Dec 16, 2020

@TokkeDev @lovelyc4t @jecraig Fixed with version 1.13.1 / "overlayscrollbars-ngx": "0.2.3"

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found