Gar

Results 43 issues of Gar

Local directories have to be "installed" so that their bins are linked and set up and callable, the user shouldn't need to be prompted to do that. Note that this...

Tests were also refactored to use real npm/docs

semver:patch

When instantiating ioredis you can either pass in a string or an object, the string can be a redis url (i.e. `redis://localhost:5379` but there is no way to pass in...

This is a suggestion that grew out of a discussion surrounding https://github.com/npm/rfcs/pull/317. It will afford a way for end-users to publish new versions of packages without having to set a...

This is a suggestion that grew out of a discussion surrounding https://github.com/npm/rfcs/pull/317. It will afford a way for end-users to set all the dist-tags they want at once, at the...

We are in the process of updating our support matrix for the npm cli and its dependencies. One of these dependencies, [make-fetch-happen](https://github.com/npm/make-fetch-happen), just had its engines field updated to drop...

Adds `changelog-type` option to the readme.

do-not-merge

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior The `_cached` field is set in the presence of a `x-local-cache`...

Bug

Our deprecation warnings show items as flags, which means if you `npm config set foo` where `foo` is deprecated you get a warning that implies you used `--foo`. We can't...

Problem statement outlined here: https://github.com/npm/rfcs/issues/546 New behavior here https://github.com/npm/rfcs/issues/546#issuecomment-1115462314 References: https://github.com/npm/cli/issues/4312 https://github.com/npm/cli/issues/4010 https://github.com/npm/cli/issues/3705