When I try to execute npm audit
in my (Angular 7) app, I get the following npm error:
npm ERR! code ENOAUDIT
npm ERR! audit Your configured registry (https://nexus.xxx.com/repository/yyy/) does not support audit requests, or the audit endpoint is temporarily unavailable.
Does anyone know how I can get Nexus to support npm audit
?