ERROR WHEN DEPLOYING
medusa1970
HOBBY
6 months ago
[Region: us-west1]
==============
Using Nixpacks
==============
context: b7f64d26c577025a02d0af0d5be914f4
╔════════ Nixpacks v1.29.1 ═══════╗
║ setup │ nodejs18, npm-9x ║
║─────────────────────────────────║
║ install │ npm ci ║
║─────────────────────────────────║
║ build │ npm run build ║
║─────────────────────────────────║
║ start │ npm run start ║
╚═════════════════════════════════╝
0 building with "builder-ewpd" instance using docker-container driver
1 [internal] load build definition from Dockerfile
1 transferring dockerfile: 2.04kB done
1 DONE 0.0s
2 [internal] load metadata for ghcr.io/railwayapp/nixpacks:ubuntu-1731369831
2 DONE 0.1s
3 [stage-0 1/9] FROM ghcr.io/railwayapp/nixpacks:ubuntu-1731369831@sha256:248c718af9f76e602170a3cdbf69658edf55c910023104e1f277e517b77977a0
3 resolve ghcr.io/railwayapp/nixpacks:ubuntu-1731369831@sha256:248c718af9f76e602170a3cdbf69658edf55c910023104e1f277e517b77977a0 done
3 DONE 0.0s
4 [stage-0 2/9] WORKDIR /app/
4 CACHED
5 [internal] load .dockerignore
5 transferring context: 2B done
5 DONE 0.0s
6 [internal] load build context
6 transferring context: 496.31kB 0.0s done
6 DONE 0.0s
7 [stage-0 3/10] COPY .nixpacks/nixpkgs-e05605ec414618eab4a7a6aea8b38f6fbbcc8f08.nix .nixpacks/nixpkgs-e05605ec414618eab4a7a6aea8b38f6fbbcc8f08.nix
7 CACHED
8 [stage-0 4/10] RUN nix-env -if .nixpacks/nixpkgs-e05605ec414618eab4a7a6aea8b38f6fbbcc8f08.nix && nix-collect-garbage -d
8 CACHED
9 [stage-0 5/10] COPY . /app/.
9 DONE 0.1s
10 [stage-0 6/10] RUN --mount=type=cache,id=s/8f1fd17a-bb1b-451f-921a-604643cad8f6-/root/npm,target=/root/.npm npm ci
10 0.361 npm
WARN config production Use --omit=dev
instead.
10 1.315 npm ERR! code ERESOLVE
10 1.318 npm ERR! ERESOLVE could not resolve
10 1.318 npm ERR!
10 1.319 npm ERR! While resolving: @nestjs/common@9.4.3
10 1.319 npm ERR! Found: reflect-metadata@0.2.2
10 1.319 npm ERR! node_modules/reflect-metadata
10 1.319 npm ERR! reflect-metadata@"^0.2.0" from the root project
10 1.319 npm ERR! peer reflect-metadata@"^0.1.12 || ^0.2.0" from @nestjs/core@10.4.15
10 1.319 npm ERR! node_modules/@nestjs/core
10 1.319 npm ERR! @nestjs/core@"^10.0.0" from the root project
10 1.319 npm ERR! peer @nestjs/core@">=7.0.9" from @nestjs-modules/mailer@2.0.2
10 1.319 npm ERR! node_modules/@nestjs-modules/mailer
10 1.319 npm ERR! @nestjs-modules/mailer@"^2.0.2" from the root project
10 1.319 npm ERR! 4 more (@nestjs/mongoose, @nestjs/platform-express, …)
10 1.319 npm ERR!
ⓘ Deployment information is only viewable by project members and Railway employees.
0 Replies