Unmet peer dependency
See original GitHub issuenpm 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:
- Created 7 years ago
- Comments:13
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 >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 >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
I think we can close this issue since as it turned out peer deps have to be installed manually. Thanks for all help!
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.