简体   繁体   中英

npm audit gets stuck on ENOAUDIT

npm audit command errors with ENOAUDIT. 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. how do I enable audit command? npm v6.2.0 node v8.9.1

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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