-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
yarn install installs wrong version #4721
Comments
I can reproduce with yarn 1.21, node 8.6.0, Windows 10. Reduced STR:
{
"dependencies": {
"coffee-script": "~1.7.1"
},
"devDependencies": {
"karma-coverage": "0.2.6"
}
}
Expected:
Actual:
The So it looks like the |
This is still an issue on yarn 1.16.0. |
Still an issue on 1.22.17
|
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Grab package.json from here
If the current behavior is a bug, please provide the steps to reproduce.
See above.
What is the expected behavior?
Expecting coffee-script 1.7.1, get 2.0.0-beta8.
Please mention your node.js, yarn and operating system version.
The text was updated successfully, but these errors were encountered: