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...
:robot: I have created a release *beep* *boop* --- 10.8.2 ## [10.8.2](https://github.com/npm/cli/compare/v10.8.1...v10.8.2) (2024-06-27) ### Bug Fixes * [`2273183`](https://github.com/npm/cli/commit/22731831e22011e32fa0ca12178e242c2ee2b33d) [#7595](https://github.com/npm/cli/pull/7595) outdated: fixed wanted range for alias with version range (#7595) (@milaninfy)...
### 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...
When a dependency requires `git`, but `git` cannot be found, `npm` currently logs the missing file path with a standard file not found error. This behavior has led to confusion...
### 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...
### Current Behavior: Bundled dependencies do not export executables when packing. ### Expected Behavior: `npm pack` output should include scripts under `.bin` to launch any executables provided by the bundled...
### Current Behavior: Running `npm i git+ssh://[email protected]:namespace/repo.git` through PowerShell on Windows results in the following error: > npm ERR! command failed > npm ERR! command git ls-remote [email protected]:namespace/repo.git > npm...