Skip to content
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

failed on npx #25

Closed
saviour123 opened this issue Feb 15, 2021 · 3 comments
Closed

failed on npx #25

saviour123 opened this issue Feb 15, 2021 · 3 comments

Comments

@saviour123
Copy link

This throws an error about npx not found.
Error: There was an error when attempting to execute the process '/usr/local/bin/npx'. This may indicate the process failed to start. Error: spawn /usr/local/bin/npx ENOENT

@Reggionick
Copy link
Owner

Hi @saviour123, is this the same issue of #24?

@saviour123
Copy link
Author

@Reggionick Same issue.

@kees-
Copy link

kees- commented Apr 5, 2022

For what it's worth, I think I was also getting this by forgetting to check out the repo.

Not sure if it's the same cause of the error for others. Posting this if it helps solve a rookie gotcha. Each yml posted in #13 also lacked the checkout step.

steps:
  - uses: actions/checkout@v3
  - ...

Immediately zapped the error in OP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants