-
Notifications
You must be signed in to change notification settings - Fork 59
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
'npm run build' results in Command failed with ENOENT: npm run build #57
Comments
Did you ever get a resolution for this @NiketanG ? I'm having a similar issue |
Me too. I think it is due to the alpine image. Maybe using the not alpine one solve the issue, cause I think it is due to the fact that in alpine docker image version the bash is not installed by default |
I guess this issue is related to https://answers.netlify.com/t/build-command-failed-using-the-netlify-cli-on-gitlab-runner/43543/5
|
Using the action to build and then deploy a Next.js Project to Netlify from Github CI/CD. The Config is as follows:
This uses the netlify-plugin-nextjs. Which fails to build the project (execute
npm run build
) with the following error:The text was updated successfully, but these errors were encountered: