can you do a release?
See original GitHub issueWith npm 7 being default, npm install
command fails on apps that use typescript 4 because latest version of tsickle has a peerDependency of typescript 3.
It was changed to typescript 4 on https://github.com/angular/tsickle/pull/1213, but it isn’t released.
While it’s possible to use --force
or --legacy-peer-deps
params on npm install
to workaround the problem, would be good if the package could be released.
Issue Analytics
- State:
- Created 3 years ago
- Comments:18 (7 by maintainers)
Top Results From Across the Web
When to Use a Release - Copyright Overview by Rich Stim
Whether you need to obtain a release depends on why you want to use a person's name or image. If your use is...
Read more >Managing releases in a repository - GitHub Docs
On GitHub.com, navigate to the main page of the repository. · To the right of the list of files, click Releases. · Click...
Read more >What is Release Management? (All That You Need To Know)
Release management is the work required to oversee, govern and make that process ... Since the release process can be risky, it's recommended...
Read more >5 Steps to a Successful Release Management Process
What is release management? If your company has ever had to make a significant software change, chances are that you already appreciate the...
Read more >What is a software release? - TechTarget
A release in agile software development is a deployable software package that can be made available before the end of an iteration of...
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
At this point I think it’s clear that we aren’t going to do any more releases.
Still facing the same issue while creating a new application using angular cli and npm v7.15.1
@angular/cli 11.2.x // has a peerDependency of typescript <4.1 @tsickle 0.39.1 // has a peerDependency of typescript ~3.8.2
Same issue with tsickle v 0.40.0 as well. There the peer Dependency is typescript ~4.2
Since npm v7 installs peer dependencies automatically, it is getting into version conflict issue. See error below: