We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
That's correct. [email protected] is required as a peer dependency. Compatibility with react 15.4 is on the way #255.
Sorry, something went wrong.
80ba119
No branches or pull requests
Running the install procedure as described in the README produces an error:
However, installing the correct dependency seems to work:
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
The text was updated successfully, but these errors were encountered: