Error when deploying NestJs app
nurdaulet1993
HOBBY
6 months ago
10 1.136 npm ERR! 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.
ⓘ Deployment information is only viewable by project members and Railway employees.
4 Replies
6 months ago
Hello,
Have you updated the lock file with npm install
and then commited the changes to your repo?
brody
Hello,Have you updated the lock file with npm install and then commited the changes to your repo?
nurdaulet1993
HOBBY
6 months ago
Yes, I updated but it does not helps me(
brody
Hello,Have you updated the lock file with npm install and then commited the changes to your repo?
nurdaulet1993
HOBBY
6 months ago
I think I have a problem because of this warning npm warn config production Use --omit=dev
instead.