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 dependency

See original GitHub issue

npm i eslint-config-airbnb --save-dev

├─┬ eslint-config-airbnb@14.0.0 │ ├── eslint-config-airbnb-base@11.0.1 │ └── UNMET PEER DEPENDENCY eslint-plugin-import@^2.2.0 ├── UNMET PEER DEPENDENCY eslint-plugin-import@^2.2.0 ├── UNMET PEER DEPENDENCY eslint-plugin-jsx-a11y@^3.0.2 └── UNMET PEER DEPENDENCY eslint-plugin-react@^6.9.0

Why is it broken?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:13

github_iconTop GitHub Comments

1reaction
pronebirdcommented, Mar 3, 2017

I think we can close this issue since as it turned out peer deps have to be installed manually. Thanks for all help!

1reaction
just-boriscommented, Feb 7, 2017

Do you mean the issue: https://github.com/eslint/eslint/issues/3458?

Thanks for explanation, now I understand why do I need to do so.

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 >
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 >
check-peer-dependencies - npm
Checks peer dependencies of the current package. Offers solutions for any that are unmet.. Latest version: 4.1.0, last published: a year ago ...
Read more >
warning " > styled-components@5.3.6" has unmet peer ...
Has anyone come across this error when deploying to a next js app to vercel? warning " > styled-components@5.3.6" has unmet peer dependency...
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