cli icon indicating copy to clipboard operation
cli copied to clipboard

the package manager for JavaScript

Results 634 cli issues
Sort by recently updated
recently updated
newest added

### Current Behavior: When installing a direct dependency using the alias syntax e.g. `npm install jose@npm:jose-node-esm-runtime` my other dependencies that depend on `jose` start requiring `jose-node-esm-runtime` instead. ### Expected Behavior:...

Bug
config:aliases

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Bug
Priority 2
config:aliases

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Bug
Priority 2
Release 9.x
Release 10.x

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Bug
platform:windows
Release 9.x

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Enhancement
Priority 2

Opening a new issue since #4232 is getting crowded with other possibly unreleated bug reports. But this one I have confirmed. From: https://github.com/npm/cli/issues/4232#issuecomment-1281801614 --- > Note that the INITIAL install...

Bug
Priority 0
Release 9.x
config:overrides

### Current Behavior: If you have a module that is not supported on your platform set in the `devDependencies` object in your package file and you do a production install...

Release 7.x
Bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Bug
Needs Triage

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Release 8.x
Bug
Needs Triage
platform:windows

I'd like a way to combine the dependency selector syntax of `npm query` with the registry data provided by `npm view`. `npm query` only supports locally installed packages, and `npm...

Enhancement
cmd:query