-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
NPMv3: Non-deterministic dependency tree - avoid by appending version number to folder name #4503
Labels
npm
Issues and PRs related to the npm client dependency or the npm registry.
Comments
Please raise questions related to npm at https://github.com/npm/npm. |
ChALkeR
added
npm
Issues and PRs related to the npm client dependency or the npm registry.
invalid
Issues and PRs that are invalid.
and removed
invalid
Issues and PRs that are invalid.
labels
Jan 1, 2016
This was referenced Sep 15, 2021
This was referenced Dec 6, 2023
This was referenced Dec 6, 2023
This was referenced Dec 7, 2023
This was referenced Dec 7, 2023
This was referenced Dec 7, 2023
This was referenced Dec 7, 2023
This was referenced Dec 8, 2023
This was referenced Dec 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current situation of non-deterministic folder structure in NPM v3 isn't satisfying. Depending on the installation order, deep nested directory structures may still occur.
I suggest to append the version to the package name, then all packages may be installed into the same directory:
from
The text was updated successfully, but these errors were encountered: