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
Do you want to request a feature or report a bug?
What is the current behavior?
top level package.json contains:
package.json
dependencies: { //... "react": "^15.6.1" //... }
react 16.0.0 is resolved into top-level node_modules
16.0.0
node_modules
If the current behavior is a bug, please provide the steps to reproduce.
https://github.com/tony-kerz/react-redux-scratch/tree/fde9c817457fc68db8da002c55ab95527a7d26ee
What is the expected behavior? react 15.6.1 (or version compatible with provided semver) is resolved into top-level node_modules
15.6.1
Please mention your node.js, yarn and operating system version. node: 8.6 yarn: 1.1.0 os: osx 10.11.6
8.6
1.1.0
osx 10.11.6
The text was updated successfully, but these errors were encountered:
Most probably a duplicate of #4550 if it doesn't happen in 1.0.2. Fix on the way. Reopen if you think this is different.
Sorry, something went wrong.
No branches or pull requests
Do you want to request a feature or report a bug?
What is the current behavior?
top level
package.json
contains:react
16.0.0
is resolved into top-levelnode_modules
If the current behavior is a bug, please provide the steps to reproduce.
https://github.com/tony-kerz/react-redux-scratch/tree/fde9c817457fc68db8da002c55ab95527a7d26ee
What is the expected behavior?
react
15.6.1
(or version compatible with provided semver) is resolved into top-levelnode_modules
Please mention your node.js, yarn and operating system version.
node:
8.6
yarn:
1.1.0
os:
osx 10.11.6
The text was updated successfully, but these errors were encountered: