Uploading error

I got this message when uploading: RUN --mount=type=cache,id=s/0db3b79b-4039-41b5-83cd-96646ab17e10-node_modules/cache,target=/app/node_modules/.cache npm run build it is persistent I deployed this app yesterday, I had to modify the source. Then I deleted the previous app and created a new on, then when deploying on this app I get the error
2 Replies
Percy
Percy10mo ago
Project ID: 0db3b79b-4039-41b5-83cd-96646ab17e10
rafael.soteldo
rafael.soteldo10mo ago
the error is 22 | # build phase 23 | COPY . /app/. 24 | >>> RUN --mount=type=cache,id=s/0db3b79b-4039-41b5-83cd-96646ab17e10-node_modules/cache,target=/app/node_modules/.cache npm run build 25 | 26 | ------------------- ERROR: failed to solve: process "/bin/bash -ol pipefail -c npm run build" did not complete successfully: exit code: 1 I perform 'npm run build' locally with no errors