Running npm audit --json
on my packages is returning the following json:
{
"error": {
"code": "ENOAUDIT",
"summary": "Your configured registry (https://registry.npmjs.org/) does not support audit requests.",
"detail": ""
}
}
This seems… odd.