npm audit 卡在 ENOAUDIT 上
npm audit gets stuck on ENOAUDIT
npm audit 命令错误与 ENOAUDIT。
使用 npm ERR! audit Your configured registry (:url) does not support audit requests.
如何启用审核命令?
npm v6.2.0
节点 v8.9.1
私人注册表正在阻止这种情况:npm config delete registry
或允许审核该注册表。
npm audit 命令错误与 ENOAUDIT。
使用 npm ERR! audit Your configured registry (:url) does not support audit requests.
如何启用审核命令?
npm v6.2.0
节点 v8.9.1
私人注册表正在阻止这种情况:npm config delete registry
或允许审核该注册表。