Share:
Notifications
Clear all

Earn While Learning Web3 Programming>> Start Here FREE!!!

[Solved] NVM For Windows

1 Posts
1 Users
2 Reactions
745 Views
1
Topic starter

How to setup Node Version Manager (NVM for Windows)?

EXERCISE:

i. What Is NVM for Windows?

ii. Summarize in your own word in this forum below:

(NOTE: please, don't just copy past from other student - instead answer in your own word base on your level of understanding the lesson and resources)

 

 

 

NOTE:

This Is An Exercise From Our FREE COURSE:

 Hyperverse 201 - [DECENTOLOGY HYPERVERSE PROGRAMMING COURSE 002]

(If you have not enrolled yet, you can join the course totally for FREE).

 

1 Answer
1
Topic starter

NVM For Windows is a Version manager for Node.js that allows you to quickly install and use different versions of node.js via command line.

- Install free from https://github.com/coreybutler/nvm-windows

 

Installation:

- Uninstall any pre-installed NodeJS version on your Windows Computer

- Alternatively install and when prompted to add existing NodeJs installation to NVM - Click YES/ALLOW

- Install latest NVM for Windows version with installer at https://github.com/coreybutler/nvm-windows/releases

- After successful installation do this:

- Close and re-open commandline or Powershell and type in
"nvm" and ENTER - if no more error congrats, installation successful

- Then type in:
"nvm current" and ENTER -

This should show the current active NodeJS version but if error or none then follow the instruction under "NodeJS & NPM" video in above course to install NodeJS version of choice.

Share: