-
Notifications
You must be signed in to change notification settings - Fork 8
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
Action fails with error Command "npm" not found.
#1126
Comments
Hi, and sorry for the late answer. Indeed, the command that is run is However, i should be fairly easy to add. I am now yarn user, is |
i'm not even sure myself |
I released v2.5.0 which should handle other package managers. Let me know whether it works or you encounter issues. |
thanks! I'm using |
According to https://github.com/antfu-collective/package-manager-detector/blob/main/src/commands.ts (which is the library I used to detec package manager), yarn berry (2+) should indeed use yarn dlx I'll try to provide you a test version with some debug output. |
Also, could you try with an explicit |
Just tried but still the same issue https://github.com/gotson/komga-website/actions/runs/12001951497/job/33453189993 |
Just a heads up that i migrated my project to Feel free to close this ticket, as i won't be monitoring it myself since i don't need it anymore. Thanks for the great work on this project! |
I am trying to use the action on my project here: https://github.com/gotson/komga-website/actions/runs/11623523702/job/32370686097
It seems this was raised before in #69 but i don't see any mention of
yarn
in the code, so i'm wondering if it is supposed to work or not.My workflow file is here: https://github.com/gotson/komga-website/blob/master/.github/workflows/browserlist-update.yml
Am i missing some config in my workflow file, or is this not supported ?
The text was updated successfully, but these errors were encountered: