I cant deploy my nestjs application it breaks during the build process
pryme0
HOBBYOP

a month ago

The deployment fails during the build phase, i attached the logs

Attachments

$10 Bounty

4 Replies

Railway
BOT

a month ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


pryme0
HOBBYOP

a month ago

None of the links helped


andresndp
FREE

a month ago

According to Yarn documentation, that error code is YN0018 - CACHE_CHECKSUM_MISMATCH

Try the following:

1. Clean Yarn Cache Locally

yarn cache clean --all

2. Update Checksums

For Yarn v2/v3:

3. Commit and Redeploy


starphoneswebtech
PRO

a month ago

I think the reason for this is you forgot to add your lock file, the current package and lock is not matching.

hope it resolves your issue.


Loading...