What is NVM?

Setting Up NVM

Download nvm-windows: Visit the nvm-windows GitHub repository and download the installer.

https://github.com/nvm-sh/nvm

Install nvm-windows: Run the installer and follow the on-screen instructions.

Verify Installation: Open Command Prompt or PowerShell and verify the installation:

Using NVM

nvm ls-remote
nvm install 14.17.0
nvm install node

nvm ls

nvm use 14.17.0
nvm alias default 14.17.0
nvm uninstall 14.17.0

Conclusion

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.