R
Railway4mo ago
guigui

error 13

when i run "railway up" in the terminal of my project it says Permission denied (os error 13)
16 Replies
Percy
Percy4mo ago
Project ID: fc2c1c10-51f3-40dc-b33d-a93bae753bca
guigui
guigui4mo ago
fc2c1c10-51f3-40dc-b33d-a93bae753bca
Brody
Brody4mo ago
what version of the cli are you using?
guigui
guigui4mo ago
3.5.2
Brody
Brody4mo ago
whats your OS and Arch?
guigui
guigui4mo ago
my what sorry im new to this
Brody
Brody4mo ago
your operating system and architecture
guigui
guigui4mo ago
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
Brody
Brody4mo ago
please give me the error
guigui
guigui4mo ago
ERROR: failed to solve: process "/bin/bash -ol pipefail -c npm ci" did not complete successfully: exit code: 1 Error: Docker build failed
Brody
Brody4mo ago
i would need the full build logs, use this please - https://bookmarklets.up.railway.app/log-downloader/
Brody
Brody4mo ago
what version of node are you using locally?
guigui
guigui4mo ago
21.6
Brody
Brody4mo ago
you would want to set your engines.node to 21 in the package.json
guigui
guigui4mo ago
my what?