Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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
Source by github.com #
 
PREVIOUS NEXT
Tagged: #specific #node #version #folder
ADD COMMENT
Topic
Name
9+1 =