-
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
To avoid breaking the internet, use strong dependency versioning #3853
Comments
Yarn 0.21.3 broke as well, with a different error. |
Any version (we had all the way back to 0.16.1) which depend on the updating package breaks. Not sure previous versions really need the fix, but it's something to mention. |
As described here #3854 (comment). We need to publish only the single-file-build yarn.js to npm. |
Publishing the |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
When installing yarn via npm (which I know is not the official way but is still in significant usage) the install can break if a dependency releases a patch or minor change. See #3850, #3851 and omnidan/node-emoji#45
Given that part of the point of using yarn is to avoid this kind of problem, it would be nice if yarn did actually avoid this kind of problem :)
If the current behavior is a bug, please provide the steps to reproduce.
Release a broken patch or minor release of a dependency, install yarn via npm
What is the expected behavior?
Yarn installs successfully
Please mention your node.js, yarn and operating system version.
OS agnostic
Node agnostic
Yarn >= 0.24.0
The text was updated successfully, but these errors were encountered: