-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 error running yarn npm audit
#4701
Comments
Looks like your remote artifactory instance doesn’t support the auditing URL - are you using multiple repositories? |
I'm confused. Why would yarn 1.x work and not yarn 3.x? Is the latter using a different URL to access the artifactory? |
Found out that I had this setting in my
Changing the url to just |
Legacy. It's fixed in the next major: #4639 |
I am still experiencing the Bad request 400 with the yarn@3.4.1. |
Self-service
Describe the bug
Trying to run audit with "yarn npm audit" but get error. Running against the same private artifactory with classic yarn works fine.
To reproduce
Running "yarn npm audit" gives this error:
Opening the URL above directly in the browser returns this:
With yarn classic I can run "yarn audit" against same artifactory fine.
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: