I need help to deploy my project
lucilsandaruwan
HOBBYOP

6 months ago

Hello, I'm having trouble deploying my GitHub repository to Railway. The deployment process starts but fails during the build phase. I can see error messages in the deployment logs, but I'm not sure how to resolve them. Could someone please help me identify what's causing the deployment to fail

Solved

3 Replies

Railway
BOT

6 months ago


lucilsandaruwan
HOBBYOP

6 months ago

Please find the attached screenshot, which shows the error log.

Attachments


echohack
EMPLOYEE

6 months ago

https://railpack.com/languages/node

Hi there!

It looks like you're overriding Railpack's default behavior with npm ci which is causing a conflict with your cache directory. You can either use Railpack's default behavior, or use npm install or change the cache target to npm's cache directory.


Status changed to Awaiting User Response Railway 6 months ago


Railway
BOT

5 months ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway 5 months ago


Loading...