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.

Unable to upgrade to angular 8.2

See original GitHub issue

Not 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:closed
  • Created 4 years ago
  • Reactions:9
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

8reactions
matheocommented, Aug 1, 2019

I had to force my upgrade of @angular/core but I need to confirm that tsickle has no issues with typescript 3.5.3

4reactions
alexeaglecommented, Aug 23, 2019

https://www.npmjs.com/package/tsickle/v/0.37.0 published with

"peerDependencies": {
    "typescript": "~3.5.3"
  },
Read more comments on GitHub >

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

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