简体   繁体   English

npm 审计卡在 ENOAUDIT 上

[英]npm audit gets stuck on ENOAUDIT

npm audit command errors with ENOAUDIT. ENOAUDIT 的 npm 审计命令错误。 with npm ERR! audit Your configured registry (:url) does not support audit requests.使用npm ERR! audit Your configured registry (:url) does not support audit requests. npm ERR! audit Your configured registry (:url) does not support audit requests. how do I enable audit command?如何启用审计命令? npm v6.2.0 node v8.9.1 npm v6.2.0 节点 v8.9.1

私有注册表阻止了这一点:要么npm config delete registry要么允许审计该注册表。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM