how to use a specific node version for inside a folder code example
Example: how to use a specific node version for inside a folder
Make sure to CD into the root directory of the project, then run the following commands.
NOTE: You can change the version number to any other version.
>npm install -D node@v11.4.0
>./node_modules/.bin/node --version
>v11.4.0