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

Starting yesterday evening, `npm outdated` started throwing lots of `Access token expired or revoked. Please try logging in again.` notices. This seems to happen for every local package in my...

This issue exists in the latest npm version. ### Summary `npm ci` intermittently refuses to install because the lockfile generated by a prior `npm install` is not considered “in‑sync”. Rerunning...

Bug
Needs Triage

Currently the Trusted Publisher docs indicate that the only supported command is `npm publish`. For packages that maintain multiple release lines the release process in CI normally looks like: *...

This prevents changing URLs from `https` and `git+https` into `git+ssh`, but keeps the fall-back to `git+ssh` when the protocol is not specified. The change in [pacote](https://github.com/npm/pacote/pull/434) is necessary in order...

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

## WHY/WHAT Fixed non-intuitive unit rounding for byte formatting. Previously, values close to a unit boundary (e.g. 999,999 B) displayed incorrectly as the smaller unit. We adjusted the conversion threshold...

https://github.com/npm/npm/issues/16224 states the relevant docs but I keep forgetting what the meaning is but I find it too much work to look it up - the meaning of the colors...

### 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 PR implements [npm/rfcs issue #844](https://github.com/npm/rfcs/issues/844), adding support for relative dates in the `--before` config arg (e.g. `--before=24h`, `--before=7d`, etc).