Skip to content
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.

npm install fails #1

Open
Tyrdall opened this issue Apr 7, 2016 · 4 comments
Open

npm install fails #1

Tyrdall opened this issue Apr 7, 2016 · 4 comments

Comments

@Tyrdall
Copy link

Tyrdall commented Apr 7, 2016

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.

@samorajp
Copy link

same solution by me.

@vinamelody
Copy link

vinamelody commented May 30, 2016

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

@mbrochh
Copy link
Owner

mbrochh commented May 30, 2016

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

@arrchana
Copy link

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

mbrochh pushed a commit that referenced this issue Aug 19, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants