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

unexpected version resolution (bug or feature?) #4587

Closed
tony-kerz opened this issue Sep 29, 2017 · 1 comment
Closed

unexpected version resolution (bug or feature?) #4587

tony-kerz opened this issue Sep 29, 2017 · 1 comment

Comments

@tony-kerz
Copy link

Do you want to request a feature or report a bug?

What is the current behavior?

top level package.json contains:

dependencies: {
  //...
  "react": "^15.6.1"
  //...
}

react 16.0.0 is resolved into top-level 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

Please mention your node.js, yarn and operating system version.
node: 8.6
yarn: 1.1.0
os: osx 10.11.6

@BYK
Copy link
Member

BYK commented Sep 29, 2017

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.

@BYK BYK closed this as completed Sep 29, 2017
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