bmrobson101

Results 3 issues of bmrobson101

We've been getting this error when trying to run npm install. For some reason, adding --no-audit seems to fix it. ![image](https://github.com/npm/cli/assets/138937403/99300548-b56c-4998-bfa6-5918857e6621) This is the full output: PS C:\Users\x\documents\git\x> npm install...

### Details We've been getting this error when trying to run `npm install`. For some reason, adding `--no-audit` seems to fix it. ![image](https://github.com/nodejs/help/assets/138937403/d97d836d-099c-40bf-9617-1e7c70cc7d0f) This is the full output: ```console >...

question
npm

In our project we have ping_opt_timeout set to 5 seconds. However, we are rarely getting latencies that are 30-35 seconds, sometimes more. Why isn't the timeout catching these? Is there...