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.

feature req: installing peer deps of current project

See original GitHub issue

Would like to do npx install-peerdeps in my current project (working directory that has package.json) and have it install the packages in the peerDeps hash.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:17 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
nathanhleungcommented, Aug 29, 2018

Thanks for this feature request! Haven’t had much time to work on this project recently but will work on it when I get the chance. If you would like to submit a pull, that would be much appreciated!

1reaction
krobingcommented, Jun 16, 2020

thanks you so much @privatenumber your package has helped me with what I needed by installing the current project peer dependencies within itself.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Understanding Peer Dependencies in JavaScript
Peer dependencies really come into play when you're developing code that will be used by others, such as plugins and packages. If you're...
Read more >
node.js - npm install fails with Conflicting peer dependency
For first error I tried to install npm by below 2 command in Terminal one after another. It fixes for me: npm install...
Read more >
you must install peer dependencies yourself Code Example
Install Peer Dependencies · npm WARN codelyzer@6.0.1 requires a peer of tslint@^5.0.0 || ^6.0.0 but none is installed. You must install peer dependencies...
Read more >
Peer Dependencies | Node.js
UPDATE: npm versions 1, 2, and 7 will automatically install peerDependencies if they are not explicitly depended upon higher in the dependency ...
Read more >
npm-install - npm Docs
If set to true , and --legacy-peer-deps is not set, then any conflicting peerDependencies will be treated as an install failure, even if...
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