
NPU maintains semantic versioning policies, so you can quickly identify patches, minor updates, or major updates that need fixing. The existing version is on the left and the latest version is on the right. This will return a list of packages that need to be updated. Run NPM Check Updates.Ĭd to a directory with your project and run the following command. Note: Access the full docs for NPM Check Updates. (Alternatively, you can run it with NPX.) npm install -g npm-check-updates It’s often best to just install NPM check updates globally. NPM Check Updates is a CLI that will help you safely make those updates. Type the below command to verify if your nvm installation was successful.When you come back to an old web dev project, it’s important to update your packages to get new features, bug fixes, and security patches. Click on Install & once it completes, click on the 'Finish' button.Ĭonfirm that the 'NVM' successfully installed.



Node.js - It is a platform for running JavaScript applications. It allows you to pick and choose the Node.js version that you wish to use. It is a tool that allows you to download and install Node.js. So, feel free, to skip this section, if you are already familiar. I wanted to mention the following terminologies for absolute beginners. This article is more of a user guide for folks who are interested to install a Node Version Manager for Windows 10 Operating System. The reason I choose to do that is because I usually have to work with multiple applications that need require different Node.js versions, and using a node version manager (NVM) it is very easy to switch versions. I usually prefer to use a Node Version Manager to install Node.js. I had recently purchased a Windows 10 laptop and I wanted to install Node.js.
