Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.3k
Closed
Labels
npmIssues and PRs related to the npm client dependency or the npm registry.Issues and PRs related to the npm client dependency or the npm registry.
Description
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:
$ tree -d node_modules/ node_modules/ |-- [email protected] |-- [email protected] |-- [email protected] |-- [email protected]from
$ npm install |-- [email protected] | |-- [email protected] |-- [email protected] | |-- [email protected]Metadata
Metadata
Assignees
Labels
npmIssues and PRs related to the npm client dependency or the npm registry.Issues and PRs related to the npm client dependency or the npm registry.