How to install Node Version Manager (NVM) for Windows 10?

Go to the nvm-windows Git Repository Using your browser navigate to the Git repository for nvm-windows located https://github.com/coreybutler/nvm-windows/releases.Click on the ‘nvm-setup.zip’ link from the ‘assets’ table.Locate the Zip File & Extract. Install NVM: Double-Click on the executable file to launch the installer.Choose ‘I accept the agreement’ option.Select destination to install.Select Symlink for Node.js.Click on Install… Continue reading How to install Node Version Manager (NVM) for Windows 10?

NVM, Node, and Gulp installation

How To Install NVM on Ubuntu 20.04 Installing NVM on Ubuntu Installing Node using NVM Install the latest version of node.js. Here node is the alias for the latest version. nvm install node To install a specific version of node: nvm install 12.18.3  Working with NVM To list installed versions of the node for the… Continue reading NVM, Node, and Gulp installation