feature req: installing peer deps of current project
See original GitHub issueWould 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:
- Created 5 years ago
- Reactions:2
- Comments:17 (1 by maintainers)
Top 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 >
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 Free
Top 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
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!
thanks you so much @privatenumber your package has helped me with what I needed by installing the current project peer dependencies within itself.