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

### 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...

Bug
Needs Triage

This fixes https://github.com/npm/cli/issues/7309 which causes a "RangeError: Maximum call stack size exceeded" on line 38 on Windows 11 without this change. ## References @danFbach found the fix.

### 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
Cannot Reproduce

### 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...

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...

Bug
Needs Triage

The Node 14 and 16 releases are no longer supported ([docs](https://nodejs.org/en/about/previous-releases)). Packages npm is dependent on have started releasing versions that don't work with Node

Epic

This addresses an edge case where a dep could be placed in the tree with unsatisfied indirect dependencies (see test case), by adding the children of placed deps to the...