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.

Unmet peer dependencies

See original GitHub issue

Hi, 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:closed
  • Created 7 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
youalreadydidcommented, Sep 5, 2016

Still an issue with 0.0.5-beta5 ├── UNMET PEER DEPENDENCY react-router-bootstrap@*

2reactions
jasongonzales23commented, Jul 12, 2016

+1

I tried pointing my package.json as in the other issue like so:

    "redux-auth": "git+ssh://git@github.com:lynndylanhurley/redux-auth.git",

but when I do that I get yet another UNMET PEER DEPENDENCY:

├── UNMET PEER DEPENDENCY react-router-bootstrap@*

and then Auth won’t work at all.

Which is doubly strange because I didn’t specify installing with bootstrap.

Read more comments on GitHub >

github_iconTop 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 >

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