[Resolved] docker falied by using yarn
since I used yarn instead of npm, nixpacks now gives me problems, here are the logs: https://srcb.in/jVxb7OEP5O, here is my project id:
62bda654-2934-4aa1-92ce-e7757ed6cdd7
5 Replies
Try running
yarn install
locally to update your lockfile.nothing changes
what does this mean? The lockfile would have been modified by this installation, which is explicitly forbidden.
It means that yarn would have changed the resolved package version, which could have changed your code's behaviour. For obvious reasons, Railway doesn't allow that.
Are you using yarn v3.2.4 locally?
yes
I was able to fix the problem
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View