yakovd33
Can't deploy
2.298 npm ERR! npm ci
2.298 npm ERR!
2.298 npm ERR! Options:
2.298 npm ERR! [--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling]
2.298 npm ERR! [--global-style] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
2.298 npm ERR! [--strict-peer-deps] [--foreground-scripts] [--ignore-scripts] [--no-audit]
2.298 npm ERR! [--no-bin-links] [--no-fund] [--dry-run]
2.298 npm ERR! [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
2.298 npm ERR! [-ws|--workspaces] [--include-workspace-root] [--install-links]
2.298 npm ERR!
2.298 npm ERR! aliases: clean-install, ic, install-clean, isntall-clean
2.298 npm ERR!
2.298 npm ERR! Run "npm help ci" for more info
2.301
2.301 npm ERR! A complete log of this run can be found in: /root/.npm/_logs/2024-02-18T11_46_42_519Z-debug-0.log
------
Dockerfile:20
--------------------
18 | ENV NIXPACKS_PATH /app/node_modules/.bin:$NIXPACKS_PATH
19 | COPY . /app/.
20 | >>> RUN --mount=type=cache,id=q1qzhXAPMQ8-/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
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
9 replies