Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
This repository was archived by the owner on May 22, 2025. It is now read-only.

Unable to upgrade to angular 8.2 #1048

@internalsystemerror

Description

@internalsystemerror

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?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions