jhen0409 / react-chrome-extension-boilerplate

Boilerplate for Chrome Extension React.js project
MIT License
2.14k stars 388 forks source link

Need to update the package.json #31

Closed incleaf closed 8 years ago

incleaf commented 8 years ago

Here's the error log that occurred while running npm install

npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v4.2.6
npm ERR! npm  v2.14.12
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package eslint@2.2.0 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer eslint-config-airbnb@6.2.0 wants eslint@^2.4.0
npm ERR! peerinvalid Peer babel-eslint@5.0.1 wants eslint@<2.0.0
incleaf commented 8 years ago

I was using npm 2.x and this problem not occurred after upgrade npm to 3.8.3

jhen0409 commented 8 years ago

I upgraded dependencies just now, it should worked fine in npm2.