You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a note that some PaaS providers do not default to the LTS version of Node.js (e.g., Railway defaults to Node.js 18). Depending on the Node.js features you are using, you may need to explicitly specify the Node.js version in your package.json file.
I don't know about the other services, as I used Railway, but I don’t see the default Node.js version being mentioned there. Essentially, you can deploy your GitHub repo directly. Their quick start tutorial uses Next.js and Prisma (I started this project before the revamp), and they’re also installing the Railway CLI, which I think is out of scope for ToP. I’m not sure if it will make sense now given the revamp. It is also not mentioned which Node.js version is used.
Knowing the default Node.js version and whether it is an LTS version would be helpful, as my app broke due to Railway defaulting to Node.js version 18.x.x, which does not support a feature I used in my app.
Checks
Describe your suggestion
Add a note that some PaaS providers do not default to the LTS version of Node.js (e.g., Railway defaults to Node.js 18). Depending on the Node.js features you are using, you may need to explicitly specify the Node.js version in your package.json file.
Path
Node / JS
Lesson Url
https://www.theodinproject.com/lessons/node-path-nodejs-deployment
(Optional) Discord Name
No response
(Optional) Additional Comments
No response
The text was updated successfully, but these errors were encountered: