showing results for - "how to use a specific node version for inside a folder"
Ilaria
15 Jan 2018
1Make sure to CD into the root directory of the project, then run the following commands.
2NOTE: You can change the version number to any other version.
3>npm install -D node@v11.4.0
4>./node_modules/.bin/node --version
5>v11.4.0