Difference between revisions of "Js/Node/NVM"

From Adam Meola - wiki
< Js‎ | Node
Jump to navigation Jump to search
Line 14: Line 14:
  
 
<splist
 
<splist
  showparent=no
+
  showparent=../
 
  sort=asc
 
  sort=asc
 
  sortby=title
 
  sortby=title

Revision as of 20:06, 29 August 2020

NVM is short for "Node Version Manager".

"NVM" and "NVM for Windows" are separate projects.

Fortunately, NVM for Windows is a clone of NVM with an identical API.

Once you have either installed, the process will be the same from there forward.


It's useful because developers need to be able to install, uninstall, and switch between different versions of Node.


Eventually, you'll work on a project requires a specific version of node, you'll have a different version already installed, and doing this manually is tedious.