I have node version 6.11.3 installed. I need to install 8.11.3 on windows. I just can't find anything that works. Does anyone know how to do this?
Wrap up. NVM for Windows allows us to switch between versions of node efficiently. First, we install the node versions we need to work with into NVM using nvm install . We then use nvm use to switch to a specific version of node.
The n command for installing and activating a version of Node is simple: n 6.17. 1 . You could also use n latest for the latest version of Node or n lts for the latest LTS version of Node. If the version of Node is already installed, then n will simply switch to that version.
The easiest option is to just download the appropriate .msi
installer (x64 or x86) for the desired version. With each downloaded update, the newer versions will replace the older version. So for 8.11.3 you'd use https://nodejs.org/download/release/v8.11.3/
List of all versions can be found here: https://nodejs.org/en/download/releases/
However, if you want to be more flexible, you can give the windows version of NVM (node version manager) a try:
https://github.com/coreybutler/nvm-windows
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With