-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[BUG] Install produces different package-lock.json on Linux and macOS #1360
Comments
Interestingly enough, depending just on the dependency that requires the problematic To make it explicit, this is the
|
We're seeing this as well. |
Yeah we see either |
npm If your bug is preproducible on If your issue was a feature request, please consider opening a new RRFC or RFC. If your issue was a question or other idea that was not CLI-specific, consider opening a discussion on our feedback repo Closing: This is an automated message. |
Although this issue is closed, we encountered the same issue on NPM 8.3.1. The lock file was generated on Windows, causing We circumvented this by adding |
@paulrutter you can also consider using |
What / Why
When
Where
How
Current Behavior
Diff between lockfiles on Linux and macOS when installing
[email protected]
:Steps to Reproduce
npm install
on both hostsnpm install -f
on both hostsExpected Behavior
package.json
regardless of what software actually gets installed on the underlying platform.Who
References
The text was updated successfully, but these errors were encountered: