You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "AbdulSamad4068 (via GitHub)" <gi...@apache.org> on 2023/05/11 18:32:25 UTC

[GitHub] [age] AbdulSamad4068 commented on issue #579: "Fixing missing packages and vulnerabilities in age-viewer package when installing from GitHub"

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: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org