Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
ENOAUDIT
-
Got this error. Could you check this.
-
Hi @parthu-reddy,
Basically you need to upgrade your npm client.
The underlying issue is that your npm code is attempting to use the now-deprecated "quick audit" API. Here is information about this api endpoint:
https://docs.npmjs.com/cli/v10/commands/npm-audit#quick-audit-endpointProGet does not implement this deprecated endpoint and it's unlikely we ever will, since it's only used by old versions of the npm client.
Thanks,
Alana
-
@atripp Thanks