Difference between revisions of "Js/Node/NVM"

From Adam Meola - wiki
< Js‎ | Node
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 19: Line 19:
 
  liststyle=unordered
 
  liststyle=unordered
 
  showpath=no
 
  showpath=no
  kidsonly=yes
+
  kidsonly=no
 
  debug=0
 
  debug=0
 
/>
 
/>
 
{{Infobox settlement
 
|official_name    = City of Hamilton
 
...truncated...
 
|leader_title      = [[Mayor]]
 
|leader_name      = [[Fred Eisenberger]]
 
|leader_title1    = [[City Council]]
 
|leader_name1      = [[Hamilton City Council]]
 
|leader_title2    = [[Member of Parliament (Canada)|MPs]]
 
|leader_name2      =
 
{{Collapsible list
 
  |framestyle=border:none; padding:0; <!--Hides borders and improves row spacing-->
 
  |title=List of MPs
 
  |1=[[Dean Allison]] |2=[[Chris Charlton]] |3=[[David Christopherson]] |4=[[Wayne Marston]] |5=[[David Sweet]]
 
}}
 
|leader_title3    = [[Member of Provincial Parliament (Ontario)|MPPs]]
 
|leader_name3      =
 
{{Collapsible list
 
  |framestyle=border:none; padding:0; <!--as above-->
 
  |title=List of MPPs
 
  |1=[[Marie Bountrogianni]] |2=[[Andrea Horwath]] |3=[[Judy Marsales]] |4=[[Ted McMeekin]] |5=[[Jennifer Mossop]]
 
}}
 
|established_title = [[Municipal corporation|Incorporated]]
 
|established_date  = June 9, 1846
 
(...etc...)
 
}}
 

Latest 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.