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.

can you do a release?

See original GitHub issue

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

github_iconTop GitHub Comments

1reaction
brad4dcommented, Jul 27, 2021

At this point I think it’s clear that we aren’t going to do any more releases.

1reaction
rohitpratapitmcommented, Jun 2, 2021

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:

> npm "install"

(node:15608) ExperimentalWarning: The fs.promises API is experimental
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: delete-me-app@0.0.0
npm ERR! Found: typescript@4.1.5
npm ERR! node_modules/typescript
npm ERR!   dev typescript@"~4.1.5" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer typescript@"~3.8.2" from tsickle@0.39.0
npm ERR! node_modules/tsickle
npm ERR!   dev tsickle@"0.39.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
Read more comments on GitHub >

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

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