Peer dependency error about eslint
- Dominant language
- JavaScript
- Stars
- 552
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
When I am attempting to run `npm i`, I got the following error message.
It seems that it is related to `eslint-plugin-jsx-a11y` but I can not figure out what's the root cause.
> npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher
> to avoid a RegExp DoS issue
> npm WARN optional dep failed, continuing fsevents@1.0.14
> npm WARN peerDependencies The peer dependency eslint@^2.10.2 || 3.x included fro
> m eslint-plugin-jsx-a11y will no
> npm WARN peerDependencies longer be automatically installed to fulfill the peerD
> ependency
> npm WARN peerDependencies in npm 3+. Your application will need to depend on it
> explicitly.
> npm WARN optional dep failed, continuing fsevents@1.0.14
> npm ERR! Windows_NT 6.1.7601
> npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Users\Administrator\A
> ppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "i"
> npm ERR! node v4.5.0
> npm ERR! npm v2.14.19
> npm ERR! code EPEERINVALID
>
> npm ERR! peerinvalid The package eslint@2.8.0 does not satisfy its siblings' pee
> rDependencies requirements!
> npm ERR! peerinvalid Peer eslint-plugin-jsx-a11y@1.5.5 wants eslint@^2.10.2 || 3
> .x
> npm ERR! peerinvalid Peer eslint-config-airbnb@8.0.0 wants eslint@^2.8.0
> npm ERR! peerinvalid Peer eslint-plugin-import@1.15.0 wants eslint@2.x - 3.x
>
> npm ERR! Please include the following file with any support request:
> npm ERR! C:\huayuan\lovli.js\npm-debug.log
node v4.5.0
npm v2.14.19
OS: Windows 7
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.