nlf

Results 197 comments of nlf

> The rationale for exporting the interface seems very reasonable indeed. > > Removing the index signature, not so. a) this is a breaking change; b) having a feature that...

i'm not following what's happening here.. i would note that `--cwd` isn't a config flag with any meaning in `npm>=7` can you tell us more about your directory structure and...

i was able to reproduce this following these steps, please let me know if i missed anything: ```sh > mkdir repo_root > cd repo_root > git init > mkdir project...

can you run it again like: `npm audit --loglevel=silly` and provide the output here? something else is failing along the way and i'm not quite sure what without more logs.

it's likely what's happening here is a request is timing out, so we're retrying it. by default we'll retry the same package 2 times after the initial failure, so i...

https://github.com/npm/pacote/pull/261 should close this. the change in that pull request skips the `fchown` related code in `tar`