Run React on Old Version Of Node
I want to run my react app , that only supports Node v14.15.5 Version . I think Railway is Running on Node LTS Version. Basically My App Does not works on Older than Node 14.15.5 . Provide me your Support.
Thank You.
Solution:Jump to solution
railway does indeed no longer support node 14, you would need to provide your own Dockerfile that uses node 14
2 Replies