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

buildx failed with: ERROR: failed to solve: process "/bin/sh -c npm run build" did not complete successfully: exit code: 1 #339

Open
satschelPradeep opened this issue Oct 20, 2022 · 3 comments

Comments

@satschelPradeep
Copy link

buildx failed with: ERROR: failed to solve: process "/bin/sh -c npm run build" did not complete successfully: exit code: 1

@gustawdaniel
Copy link

gustawdaniel commented Feb 7, 2023

I have the same on

FROM node:16-alpine as builder

with

RUN npx tsc

For me solution was

RUN NODE_ENV=development npm i

instead of

RUN npm i

and reason is: your dev packages are not installed if you have NODE_ENV=production.

source

https://stackoverflow.com/questions/67199539/tsc-not-found-in-docker-build

@restless226
Copy link

Manually put "nom i: in the terminal and run.
Comment "RUN npm install" line and try again running the same command.
It worked in my case.

@techy4shri
Copy link

I got this issue too, but how do you run the nom i in terminal? and RUN doesn't work when put manually fro some reason..

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

4 participants