Problems when trying to use npm audit with bucket storage #4635
Unanswered
pedrow-coelho
asked this question in
Q&A
Replies: 1 comment
-
Set the log level to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ENVIRONMENT
BUG
When trying to run npm audit or npm audit fix it returns the following error
I'm using an S3 bucket as storage and it just doesn't work with that. When I try to use the storage on my k8s volume it works normally
REPRODUCE
upload verdaccio in a k8s environment, configure it with a google auth plugin, npm audit and s3 bucket, configure them and then authenticate and get a token.
Now go to your project, export the captured registry and token values and run npm install and then npm audit.
Comportamento esperado
return the output of an npm audit
Arquivo de configuração (cat ~/.config/verdaccio/config.yaml)
Beta Was this translation helpful? Give feedback.
All reactions