error 13
when i run "railway up" in the terminal of my project it says Permission denied (os error 13)
16 Replies
Project ID:
fc2c1c10-51f3-40dc-b33d-a93bae753bca
fc2c1c10-51f3-40dc-b33d-a93bae753bca
what version of the cli are you using?
3.5.2
whats your OS and Arch?
my what sorry im new to this
your operating system and architecture
i am on macos 14.4.1
on a macbook air M2
i removed the cli and added it back again and it seems the error is gone but it fails to build up
please give me the error
ERROR: failed to solve: process "/bin/bash -ol pipefail -c npm ci" did not complete successfully: exit code: 1
Error: Docker build failed
i would need the full build logs, use this please - https://bookmarklets.up.railway.app/log-downloader/
what version of node are you using locally?
21.6
you would want to set your
engines.node
to 21
in the package.jsonmy what?