cli
cli copied to clipboard
the package manager for JavaScript
### 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...
### 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...
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...
### 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...
### 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...
### 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...
### 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...
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
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...