chmod -x command in railway
is it possible to run
chmod +x /app/node_modules/...
this command on railway? I was having permission error locally and fixed it with chmod
but now on railway getting same error10 Replies
Project ID:
N/A
N/A
do you have node_modules in your repo?
if so, you definitely shouldn't be
no I dont have
okay show me the build logs without any chmod stuff
use this https://bookmarklets.up.railway.app/log-downloader/
I'm using package which gets duration of audio on express server
and it uses ffmpeg-installer
like I've said previously in your other thread you must remove the ffmpeg and ffprobe installer packages
yes I did but one package I use it uses it
I'll have to remove that package then
you can't use those packages