-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Confusing error messages when user doesn't specify version
#54
Comments
You misinterpreted the code. Have you tried running this action without |
Ah, I think I got what's happening. I didn't specify a Sorry, my assumption is wrong 🙈 |
KSXGitHub
changed the title
Use without
Confusing error messages when user doesn't specify Sep 15, 2022
package.json
version
I think the error messages can be improved. |
YtGz
added a commit
to YtGz/budibase-plugin-wallet-connect-auth
that referenced
this issue
Oct 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems this action requires a
package.json
file to be present:action-setup/src/install-pnpm/run.ts
Lines 13 to 14 in 6e1964d
Even if users only use
pnpx
and do not install packages locally, they have to provide apackage.json
, which is inconvenient.Will the action support using it without a
package.json
?The text was updated successfully, but these errors were encountered: