https://github.com/springmeyer/npm-dep-test4
https://github.com/springmeyer/npm-dep-test4
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/springmeyer/npm-dep-test4
- Owner: springmeyer
- Created: 2014-03-05T23:33:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-05T23:47:50.000Z (over 12 years ago)
- Last Synced: 2025-05-20T04:35:06.560Z (about 1 year ago)
- Size: 113 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
testing npm dependency resolution
- npm built-in deduping (at npm install) only avoids duplicating depedencies of the same version when they have a common parent. If they are at the same level in the tree, even if the same exact version, they will be duplicated.
- The `npm dedupe` command only works for deps in the npm registry - it will break if you point to deps on github