R
Railway2mo ago
Paulogs

Deploying failed

The status says it's fixed but I still can't deploy from github
No description
Solution:
going forward, please make to thoroughly read through your own build logs.
Jump to solution
14 Replies
Percy
Percy2mo ago
Project ID: 23b56de1-11b3-4851-8bbb-155d8dfb2743
Paulogs
PaulogsOP2mo ago
23b56de1-11b3-4851-8bbb-155d8dfb2743
Brody
Brody2mo ago
have you checked the build logs for more details?
Duchess
Duchess2mo ago
New reply sent from Help Station thread:
Any help?. Its priority
You're seeing this because this thread has been automatically linked to the Help Station thread.
Brody
Brody2mo ago
have you opened the build logs and check them for more details?
Paulogs
PaulogsOP2mo ago
Yes. I’ve sent them It’s about dicker
Brody
Brody2mo ago
sent them where?
Paulogs
PaulogsOP2mo ago
I will send again when arriving home #10 2.546 npm ERR! [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]] #10 2.546 npm ERR! [-ws|--workspaces] [--include-workspace-root] [--install-links] #10 2.546 npm ERR! #10 2.546 npm ERR! aliases: clean-install, ic, install-clean, isntall-clean #10 2.546 npm ERR! #10 2.546 npm ERR! Run "npm help ci" for more info #10 2.548 #10 2.548 npm ERR! A complete log of this run can be found in: /root/.npm/_logs/2024-10-16T16_10_58_565Z-debug-0.log #10 ERROR: process "/bin/bash -ol pipefail -c npm ci" did not complete successfully: exit code: 1 -----
[stage-0 6/8] RUN --mount=type=cache,id=s/5649540d-11f6-4f23-947e-5a63592acf99-/root/npm,target=/root/.npm npm ci:
2.546 npm ERR! [--strict-peer-deps] [--foreground-scripts] [--ignore-scripts] [--no-audit] 2.546 npm ERR! [--no-bin-links] [--no-fund] [--dry-run] 2.546 npm ERR! [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]] 2.546 npm ERR! [-ws|--workspaces] [--include-workspace-root] [--install-links] 2.546 npm ERR! 2.546 npm ERR! aliases: clean-install, ic, install-clean, isntall-clean 2.546 npm ERR! 2.546 npm ERR! Run "npm help ci" for more info 2.548 2.548 npm ERR! A complete log of this run can be found in: /root/.npm/_logs/2024-10-16T16_10_58_565Z-debug-0.log ----- Dockerfile:20 ------------------- 18 | ENV NIXPACKS_PATH=/app/node_modules/.bin:$NIXPACKS_PATH 19 | COPY . /app/. 20 | >>> RUN --mount=type=cache,id=s/5649540d-11f6-4f23-947e-5a63592acf99-/root/npm,target=/root/.npm npm ci 21 | 22 | # build phase ------------------- ERROR: failed to solve: process "/bin/bash -ol pipefail -c npm ci" did not complete successfully: exit code: 1 Error: Docker build failed
Brody
Brody2mo ago
make sure to enclose blocks of text in code blocks
Paulogs
PaulogsOP2mo ago
the project was deployed successfully in other versions. In this last version, we just changed some lines in the index.js
Brody
Brody2mo ago
from your build logs -
`npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
`npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
Solution
Brody
Brody2mo ago
going forward, please make to thoroughly read through your own build logs.
Paulogs
PaulogsOP2mo ago
solved with npm install. Thank you!!
Brody
Brody2mo ago
no problem!
Want results from more Discord servers?
Add your server