django-reactjs-boilerplate
django-reactjs-boilerplate copied to clipboard
npm install fails
This happens because of a dependency conflict.
npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants eslint@<2.3.0
I had to run npm install [email protected]
afterwards to fix it.
same solution by me.
Info: this could happen on step 3
How about bumping the version "babel-eslint": "^6.0.2",
? it worked when i tried.
@vinamelody yes this is obviously the solution but babel 6 is drastically different from 5 and breaks everything. i have tried two times already to get everything working, but failed. will try a third time, soon ;)
I too had to run npm install [email protected]
to fix it.