Node Version in cmder
-
why my node version in my cmder include with laragon and in cmd is different? can anybody explain it? prevously my node version is v4.2.3 but i installed version v5.4.0. but in two cmd has different version.
-
Because laragon is bundled with nodejs inside.
When u open the cmder window in laragon, it uses the built-in nodejs in laragon.
When you open the cmd window outside laragon, it uses the nodejs in the PATH, which is installed by you.
-
Ohhh, I see. So how i can update for nodejs in laragon?
-
@shirone : very easy, just copy your nodejs folder overwrite the one in bin/nodejs
-
thank you @leokhoa
i just install nodejs in laragon and it works, thank you.