AbdulSamad4068 commented on issue #579: URL: https://github.com/apache/age/issues/579#issuecomment-1544492283
@moiz697 Have you tried switching to a different registry or mirror by using the --registry flag with the npm command, for example: `npm audit fix --force --registry=https://registry.npmjs.org/` This ensures that npm uses the default npm registry for package retrieval. After applying the fixes, run `npm audit` again to verify that the missing packages and vulnerabilities are resolved. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
