Mik
15
Q:

upgrade node windows

//check node version
>node -v
// let's install a program called n that will let us easily switch 
//between Node versions.
>npm install -g n
//Upgrading to the latest stable version
>n stable 
//Changing to a specific version
>n 10.16.0
4
npm cache clean -f

npm install -g n

install latest Node.js with npm n mmodule

Note:- With the n module installed, following you can use it to:
Install the latest stable version: n stable
Install the latest release: n latest
Install a specific version: n [version.number]
1
npm-windows-upgrade --npm-version latest
-2

New to Communities?

Join the community