[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
root
root2y ago
Try running yarn install locally to update your lockfile.
RedStar ⭐(-w-)
nothing changes what does this mean? The lockfile would have been modified by this installation, which is explicitly forbidden.
root
root2y ago
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?
RedStar ⭐(-w-)
yes I was able to fix the problem
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View