Luke Karrys

Results 170 comments of Luke Karrys

If this continues to be an issue, please try following the guidance above and if that does not work, open a new issue.

I committed the suggested change and rebased against main to get CI running and tests are now failing.

We do have a documented policy for CLI support here: https://github.com/npm/cli/wiki/Support-Policy But I agree this would be much better served if it were available (and canonical) somewhere on the docs...

We'll keep this open until we land a new "npm is actually doing something" visual. It probably won't be a progress bar initially but a simple spinner.

Those are good suggestions. To take them point by point: 1. There is a way to hide the cursor which should be easy enough to do only when the spinner...

Originally this locale was used in the test environment to ensure the correct sorting behavior when no locale was set in the CLI code: https://github.com/npm/cli/commit/1d092144eaaabff63ac8424b40b2286822be7677. It's possible that the tests...

This should be fixed by the latest version of `@npmcli/[email protected]`. That package still uses `https-proxy-agent` but only as a way to get a socket connection. There is only a single...

This should be fixed by the latest version of `@npmcli/[email protected]`. That package now handles all the socket connections and can be set to use `family: 4` or `family: 6`. The...

This is complete. And files are no longer written to a project directory.

A few things I've found in the issue tracker lately that can't be fixed due to how they would likely break things: - [ ] Make `--silent` truly silent (eg...