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.

Could not resolve dependency h-joo/TypeScript#ts45-no-double-comments

See original GitHub issue

image

When migrating to Angular 13 and the newest version of tsickle (0.46.0) this error happend on npm install

It’s listed in here:

"peerDependencies": {
  "typescript": "h-joo/TypeScript#ts45-no-double-comments"
},
"devDependencies": {
  [...]
  "typescript": "h-joo/TypeScript#ts45-no-double-comments"
},

Also when running yarn it seems to not find the peer dependency: image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:8

github_iconTop GitHub Comments

1reaction
h-joocommented, Feb 8, 2022

Great 😄 thank you for the clarification (I was a bit new to npm/yarn and I needed to learn on my way so wasn’t sure 😅 ). Closing issue.

1reaction
mprobstcommented, Feb 7, 2022

Your application should not depend on tsickle.

That being said, this version should exist? @h-joo can you take a look?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not resolve dependency - Stack Overflow
The problem is that the specific version of @emotion/react used in the template, is not working anymore. To solve the problem I went...
Read more >
npm install throws "Could not resolve dependency" (upstream ...
Issue Summary npm install throws "Could not resolve dependency" (upstream dependency conflict) when using npm 7 Steps to Reproduce Use npm ...
Read more >
[Solved] npm ERR! ERESOLVE unable to resolve ... - YouTube
ERESOLVE unable to resolve dependency tree. ng new app. node.js ... Could not resolve dependency : npm ERR! peer jasmine-core@"=3.7.1" from ...
Read more >
How to Fix npm ERR ERESOLVE Unable to Resolve ...
Command:- npm config set legacy-peer-deps trueIn This Video We Will See How to Fix npm ERR ERESOLVE Unable to Resolve Dependency Tree ...
Read more >
Unable to resolve dependency tree error when installing npm ...
Your browser can't play this video. ... Unable to resolve dependency tree error when installing npm packages - legacy peer deps flag.
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