I'm getting the following issues when following the instructions on the NPM page... Clearly it's something to do with eslint-plugin-jsx-a11y but I'm not entirely sure what!?
dragon:LabelLogicLive siyfion$ npm install --save-dev eslint-config-airbnb eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y eslint
npm WARN package.json LabelLogicLive@1.0.0 No description
npm WARN package.json LabelLogicLive@1.0.0 No README data
npm WARN peerDependencies The peer dependency eslint@^2.9.0 included from eslint-config-airbnb will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm WARN peerDependencies The peer dependency eslint-plugin-jsx-a11y@^1.2.0 included from eslint-config-airbnb will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm WARN peerDependencies The peer dependency eslint@^2.9.0 included from eslint-config-airbnb-base will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm ERR! Darwin 15.5.0
npm ERR! argv "/Users/siyfion/.nvm/versions/node/v4.4.4/bin/node" "/Users/siyfion/.nvm/versions/node/v4.4.4/bin/npm" "install" "--save-dev" "eslint-config-airbnb" "eslint-plugin-import" "eslint-plugin-react" "eslint-plugin-jsx-a11y" "eslint"
npm ERR! node v4.4.4
npm ERR! npm v2.15.1
npm ERR! code EPEERINVALID
npm ERR! peerinvalid The package eslint-plugin-jsx-a11y@2.0.1 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer eslint-config-airbnb@9.0.1 wants eslint-plugin-jsx-a11y@^1.2.0
npm ERR! Please include the following file with any support request:
npm ERR! /Users/siyfion/Git/LabelLogicLive/npm-debug.log
dragon:LabelLogicLive siyfion$ npm install --save-dev eslint-config-airbnb-base eslint-plugin-import eslint
npm WARN package.json LabelLogicLive@1.0.0 No description
npm WARN package.json LabelLogicLive@1.0.0 No README data
npm ERR! Darwin 15.5.0
npm ERR! argv "/Users/siyfion/.nvm/versions/node/v4.4.4/bin/node" "/Users/siyfion/.nvm/versions/node/v4.4.4/bin/npm" "install" "--save-dev" "eslint-config-airbnb-base" "eslint-plugin-import" "eslint"
npm ERR! node v4.4.4
npm ERR! npm v2.15.1
npm ERR! code EPEERINVALID
npm ERR! peerinvalid The package eslint-plugin-jsx-a11y@2.0.1 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer eslint-config-airbnb@9.0.1 wants eslint-plugin-jsx-a11y@^1.2.0
npm ERR! Please include the following file with any support request:
npm ERR! /Users/siyfion/Git/LabelLogicLive/npm-debug.log
I'm getting the following issues when following the instructions on the NPM page... Clearly it's something to do with
eslint-plugin-jsx-a11ybut I'm not entirely sure what!?