NodeJS app won't deploy from github
I have a NodeJS repository on github, i've used this repository on heroku and cpanel many times had no issues, but it won't deploy on railway
Deployment Failed during build process is there a reason behind this?
11 Replies
Project ID:
N/A
build logs please https://bookmarklets.up.railway.app/log-downloader/
where do i find my project id?
dont worry about the project id, please send your build logs
this is the build log having used the mehod mentioned above
Solution
node 14 is not supported on railway, please change
engines.node
to 16
Okay, 1 moment please
just 16, nothing else?
correct
attempting to redeploy now and will update in a moment
Perfect, that fixed everything, much appreaciated for the help!
no problem