Unmet peer dependencies
See original GitHub issueHi, I’m getting the following error when attempting to install this module.
npm info postinstall redux-auth@0.0.2
npm WARN unmet dependency C:\Users\bescott\Work\QE\viu-fe\node_modules\redux-auth\node_modules\redux-router\node_modules\history requires query-string@'^3.0.0' but will load npm WARN unmet dependency C:\Users\bescott\Work\QE\viu-fe\node_modules\redux-auth\node_modules\query-string,
npm WARN unmet dependency which is version 2.4.2
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "redux-auth" "--save"
npm ERR! node v4.4.0
npm ERR! npm v2.14.20
npm ERR! code EPEERINVALID
npm ERR! peerinvalid The package history@1.13.1 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer react-router@1.0.3 wants history@^1.17.0
npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\bescott\Work\QE\viu-fe\npm-debug.log
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
How do I fix the npm UNMET PEER DEPENDENCY warning?
UNMET PEER DEPENDENCY error is thrown when the dependencies of one or more modules specified in the package.json file is not met.
Read more >Error npm UNMET PEER DEPENDENCY warning - Edureka
UNMET PEER DEPENDENCY error is thrown when the dependencies of one or more modules specified in the package.json file is not met.
Read more >ERR_PNPM_PEER_DEP_ISSU...
ERR_PNPM_PEER_DEP_ISSUES Unmet peer dependencies and The command '/bin/sh -c pnpm install' ... Peer dependencies that should be installed:
Read more >Addressing the shortcomings of peer dependencies - HackMD
When the app host does not come up with a resolution that satisfies all peer dependency requirements, we get the classic “unmet peer...
Read more >if you don't want pnpm to fail on peer dependency issues, add ...
hint: If you want peer dependencies to be automatically installed, add "auto-install-peers=true" to an .npmrc file ...
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
Still an issue with 0.0.5-beta5
├── UNMET PEER DEPENDENCY react-router-bootstrap@*
+1
I tried pointing my package.json as in the other issue like so:
but when I do that I get yet another UNMET PEER DEPENDENCY:
and then Auth won’t work at all.
Which is doubly strange because I didn’t specify installing with bootstrap.