How to uninstall the active node version in nvm

How to uninstall the active node version in nvm

In this post we will give you information about How to uninstall the active node version in nvm. Hear we will give you detail about How to uninstall the active node version in nvmAnd how to use it also give you demo for it if it is necessary.

Learn, how to uninstall the currently active node version in nvm.

Nvm (node version manager) helps us to manage multiple node versions in our machine, when we try to uninstall an active node version using nvm uninstall command it will show the following error.

➜  ~ nvm uninstall 12.14.1nvm: Cannot uninstall currently-active node version, v12.14.1 (inferred from 12.14.1).

To uninstall the active version without any errors, first run the nvm deactivate command then nvm uninstall version-number.

Example:

nvm deactivate
nvm uninstall 12.14.1

Hope this code and post will helped you for implement How to uninstall the active node version in nvm. if you need any help or any feedback give it in comment section or you have good idea about this post you can give it comment section. Your comment will help us for help you more and improve us. we will give you this type of more interesting post in featured also so, For more interesting post and code Keep reading our blogs

For More Info See :: laravel And github

We're accepting well-written guest posts and this is a great opportunity to collaborate : Contact US