
Now you can start installing different node versions. If nvm installed correctly you can now run nvm version and get the version number in return. I use windows terminal, but regular command prompt (or any other) will do to. When its finished open your CLI (command line interface). Run the installation wizard, click next a bunch of times, and then wait while it installes on your computer. Go to nvm-windows github repo and download the zip-file containing the installation wizard. With nvm you can have multiple versions of node installed at the same time, and easily switch between them! In this blogpost I will show you how to install and use nvm. And what if you are working on multiple projects that all uses different node versions? This is where NVM comes in handy. Previously I used to uninstall/install the correct version manually. Have you ever experienced difficulties with a project because you are on the wrong node version? I have! A lot of projects break, or won’t build, if you don’t have the required version. If you are on mac/linux follow this link to find the correct version. Install NVM on the window is more easily than on the macOS I think.Disclaimer: This is about nvm for windows. If your device’s OS is window, you can download the latest NVM installer from releases. It sounds nice! Let’s install NVM! Window So if we choose the NVM, we can test if our application work well on different version of node. You can install and switch between multiple versions of node and npm in your device.This way is more recommend than node installer.The NVM meaning is node version manager, according to the official document, something we can know: But I never do it, so if any mistake I did, please comment below let me know, thanks! What is the NVM The second way is through NVM, also is main way I want to share in this post.

The first way is node installer which I always did when I want to install npm before, because this way is easily, you just need to go to the website of node, download the node installer and install it(Whatever you choose the LTS or Current version), you will got npm when you finished.

In the official document of npm, you can install npm through two way, and npm is node package manager, so the two way are all related to node. Hello guys, I am Clark! In this post I am going to share about install npm.
