Could not resolve dependency h-joo/TypeScript#ts45-no-double-comments
See original GitHub issueWhen 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:
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:8
Top 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 >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
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.
Your application should not depend on tsickle.
That being said, this version should exist? @h-joo can you take a look?