[BUG] run npm install failed,return errno -32 #6192
Labels
Bug
thing that needs fixing
Needs Triage
needs review for next steps
Release 8.x
work is associated with a specific npm 8 release
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
use the proxy library configured by nexus, run npm install. It will fail in most cases. The log is as follows:
It seems that the problem caused by checking the audit failure.
however, sometimes it can be executed successfully, and at the same time, an error is reported in the audit check.
when I turned off the audit check, it was stable and successful.
Expected Behavior
I think audit check should be stable for npm install . It shouldn't be a case of occasional success and occasional failure now.
Steps To Reproduce
npm config set registry=http://nexus.proxy/repository/npmtao npm install --verbose
Environment
The text was updated successfully, but these errors were encountered: