node install and use node ver manager in window 10

 if you want to install n under windows 32bit, it returns errors.

so the common option is installing nvm.


setp1. install node

visit https://nodejs.org/en download node

step 2. install nvm

https://github.com/coreybutler/nvm-windows/releases/download/1.1.11/nvm-setup.exe

step 3. install node version

nvm list

nvm install 14.15.0

nvm use 14.15.0



댓글