Unable to upgrade to angular 8.2
See original GitHub issueNot sure if this is a bug with ng update or this package…
This package has a dev peer requirement of typescript ~3.4.1. I have installed angular 8.1.3. I run ng update @angular/cli @angular/core
and get:
Using package manager: 'yarn'
Collecting installed dependencies...
Found 44 dependencies.
Fetching dependency metadata from registry...
Package "tsickle" has an incompatible peer dependency to "typescript" (requires "~3.4.1", would install "3.5.3").
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.
Not sure why the dev requirement in tsickle’s package.json is being used? (I’ve just seen that there is a peer dependency also) Should this be ^3.4 instead of ~3.4?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:9
- Comments:14 (7 by maintainers)
Top Results From Across the Web
Unable to update angular version - Stack Overflow
I am trying to upgrade my angular application.
Read more >Guide to update your Angular application v8.2 -> v11.0 for ...
Run NG_DISABLE_VERSION_CHECK=1 npx @angular/cli@8 update @angular/core@8 @angular/cli@8 in your workspace directory to update to the latest 8.x version of @ ...
Read more >How To Update Angular CLI To Latest Version
To update Angular CLI to latest version Angular, use ng update @angular/core @angular/cli@latest command.
Read more >Upgrade to Angular 14 - Techiediaries
Updating Angular CLI to v14 and upgrading your project to Angular 14 framework from previous versions (Angular 13) is easier than ever ...
Read more >Update to Angular Version 8 now! | juri.dev
Rerun migrations · Material Upgrade: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory ...
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 FreeTop 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
Top GitHub Comments
I had to force my upgrade of
@angular/core
but I need to confirm thattsickle
has no issues with typescript3.5.3
https://www.npmjs.com/package/tsickle/v/0.37.0 published with