Skip to content
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

Unable to start workshop after installing via npm #124

Open
olemis opened this issue Apr 8, 2017 · 1 comment
Open

Unable to start workshop after installing via npm #124

olemis opened this issue Apr 8, 2017 · 1 comment

Comments

@olemis
Copy link

olemis commented Apr 8, 2017

Hello . I installed learnyoureact via npm . Once I start with the setup (install react.js etc ...) I get the following error

$ npm install --save react react-dom express body-parser [email protected] [email protected]

npm WARN prefer global [email protected] should be installed with -g
npm ERR! Darwin 16.1.0
npm ERR! argv "~/.nvm/versions/node/v0.12.18/bin/node" "~/.nvm/versions/node/v0.12.18/bin/npm" "install" "--save" "react" "react-dom" "express" "body-parser" "[email protected]" "[email protected]"
npm ERR! node v0.12.18

npm ERR! npm  v2.15.11
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants react@^0.14.0
npm ERR! peerinvalid Peer [email protected] wants react@^15.5.3

What shall I do ?

Best regards,

Olemis

@DusanSacha
Copy link
Contributor

Hello,
as a temporary sollution, you can run the installation with lower version of React - it was suggested in Issue #109 :

npm install --save [email protected] [email protected] express body-parser [email protected] [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants