Build failure
emersonsantos98
HOBBYOP
2 years ago
Deployment Failed during build process
ⓘ Deployment information is only viewable by project members and Railway employees.
3 Replies
2 years ago
`npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync.Try running npm i --package-lock-only and committing the changes.
emersonsantos98
HOBBYOP
2 years ago
Okay