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

Lockfile sorting is different on different platforms #1177

Closed
yunxing opened this issue Oct 18, 2016 · 1 comment
Closed

Lockfile sorting is different on different platforms #1177

yunxing opened this issue Oct 18, 2016 · 1 comment

Comments

@yunxing
Copy link
Contributor

yunxing commented Oct 18, 2016

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

What is the current behavior?
When calling yarn install on Linux, it changes the order of the dependencies in the lock file thus create a diff which is unnecessary.
image

If the current behavior is a bug, please provide the steps to reproduce.
On linux:

git clone https://github.com/facebook/infer; cd infer
yarn install
git diff

Notice how the lockfile got changed

What is the expected behavior?
lockfile shouldn't change

Please mention your node.js, yarn and operating system version.
Linux
node v4.3.2
yarn v0.15.0

@yunxing yunxing added this to the Reason Support milestone Oct 18, 2016
@vinnymac
Copy link

Dupe of #1168

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

3 participants