From 290bdafbc8333b13496243d68853048f2a3ff1b5 Mon Sep 17 00:00:00 2001 From: Crno <118383162+Crn0@users.noreply.github.com> Date: Fri, 30 Aug 2024 15:51:02 +0800 Subject: [PATCH] docs: note host provider default node version --- nodeJS/express/deployment.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nodeJS/express/deployment.md b/nodeJS/express/deployment.md index 00d0f578630..4f23bad7e90 100644 --- a/nodeJS/express/deployment.md +++ b/nodeJS/express/deployment.md @@ -237,6 +237,12 @@ In most cases, you'll be running into errors that thousands of developers have e There are two stages of the deployment process where you are most likely to encounter problems. These are during deployment and right after. +
+ +Depending on the host provider you use, the default NodeJs engine version might not be the LTS version. Additionally, depending on the NodeJs features you’re using, you might need to specify the NodeJs version to utilize those features. + +
+ #### On deployment If you run into an error while deploying, the first thing to do is to check the build logs. Finding the build logs should be easy; it's the stream of output you'll see after kicking off a new deployment.