-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
yarn global install & exec in yarn temp env (dlx) fail; local install OK #88
Comments
Thank you for submitting this, @pgnd! Looking into it now. |
It turns out the proper command to use is: yarn dlx -p @sandworm/audit sandworm See yarnpkg/berry#2013. @pgnd if you can, please let me know if the command above works for you. Thanks! |
sorry, i missed gh notification of your ping :-/
it no longer fails immediately, does progress, but fails "Done, but with errors:" and it's seemingly slow ... 6+ minutes; i've no sense yet what's typical e.g.,
|
Ok, this seems to be an error with retrieving vulnerabilities from the package manager. I just released v1.40.0 with better console messaging around these errors, could you please give it a try? It should clarify what the underlying issue is. |
|
@pgnd this seems to be an underlying issue with Yarn audit: yarnpkg/berry#4117 Can you please try to run |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
local install into project appears to work
The text was updated successfully, but these errors were encountered: