Answers for "how to use a specific node version for inside a folder"

0

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 [email protected]
>./node_modules/.bin/node --version
>v11.4.0
Posted by: Guest on October-12-2020

Code answers related to "how to use a specific node version for inside a folder"

Code answers related to "Javascript"

Browse Popular Code Answers by Language