django-reactjs-boilerplate icon indicating copy to clipboard operation
django-reactjs-boilerplate copied to clipboard

npm install fails

Open Tyrdall opened this issue 8 years ago • 4 comments

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.

Tyrdall avatar Apr 07 '16 08:04 Tyrdall

same solution by me.

samorajp avatar Apr 16 '16 18:04 samorajp

Info: this could happen on step 3 How about bumping the version "babel-eslint": "^6.0.2", ? it worked when i tried.

vinamelody avatar May 30 '16 10:05 vinamelody

@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 ;)

mbrochh avatar May 30 '16 15:05 mbrochh

I too had to run npm install [email protected] to fix it.

arrchana avatar May 31 '16 02:05 arrchana