-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade React 15 peerDependency to stable (15.0.1) #342
Conversation
The current range matches any 15.x release including You probably have issue due to some other package. npm just prints all of them rather than the one causing the problem, which is the common source of confusion. |
Updated from NPM 2 to NPM 3 and this issue disappeared. |
Hmm, weird. Could npm@2 have different behavior? |
Are you sure this wasn’t an issue due to any other dependency? |
Well the error message is pretty explicit to me... here is the full output I got:
I read
followed by
Which to me means that |
Yeah, this is why I said above:
The reason peer dependency check failed are these packages:
The rest are fine, and once you fix those packages, the other lines won’t be there either. I know this is super confusing but that’s just the way npm@2.x works. I verified this on a clean project here: #332 (comment) |
Current issue: