cli
https://github.com/npm/cli
JavaScript
the package manager for JavaScript
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
JavaScript not yet supported9 Subscribers
Add a CodeTriage badge to cli
Help out
- Issues
- fix: prevent infinite recursion when looking up real paths
- fix(arborist): check placed node children for missing deps (#7746)
- [BUG] The package-lock.json file depends on node_modules, which will cause the lock generated by npm i to be inconsistent after the lock file is deleted when some packages that depend on the system architecture (such as node-unix-socket) are installed again.
- [BUG] `npm install` sometimes removes indirect dependencies if a parent node was deleted from the lockfile
- [BUG] `npm outdated --json` doesn't provide distinct workspace packages information
- [BUG] `npm update -g ds` removes all global packages and npm itself
- Change default license to `UNLICENSED`
- fix: Fix npm install --prefix on windows
- fix: stop optional dependencies from being added to prod inside lockfile
- [DOCS] npm doesn't install the latest tagged version if engines are invalid
- Docs
- JavaScript not yet supported