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

Install procedure as documented does not work #285

Closed
aaroncraig10e opened this issue Dec 13, 2016 · 1 comment
Closed

Install procedure as documented does not work #285

aaroncraig10e opened this issue Dec 13, 2016 · 1 comment

Comments

@aaroncraig10e
Copy link
Contributor

aaroncraig10e commented Dec 13, 2016

Running the install procedure as described in the README produces an error:

> npm install -g react react-native-web
/usr/local/lib
├── UNMET PEER DEPENDENCY [email protected]
└── [email protected]

However, installing the correct dependency seems to work:

> npm install -g [email protected] react-native-web
/usr/local/lib
├── [email protected]
└── [email protected]

Maybe just needs a version bump for react in the package file?

OS: macOS Sierra
Node version: 7.2.1
npm version: 4.0.3

@remon-nashid
Copy link

That's correct. [email protected] is required as a peer dependency. Compatibility with react 15.4 is on the way #255.

@aaroncraig10e aaroncraig10e mentioned this issue Dec 13, 2016
4 tasks
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