Difference between revisions of "Nvm use"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
nvm use 14
 +
 +
 
   [[nvm]] use [<version>]                        Modify PATH to use <version>. Uses .nvmrc if available and version is omitted.
 
   [[nvm]] use [<version>]                        Modify PATH to use <version>. Uses .nvmrc if available and version is omitted.
 
   The following optional arguments, if provided, must appear directly after `nvm use`:
 
   The following optional arguments, if provided, must appear directly after `nvm use`:
Line 5: Line 8:
 
     --lts                                    Uses automatic LTS (long-term support) alias `lts/*`, if available.
 
     --lts                                    Uses automatic LTS (long-term support) alias `lts/*`, if available.
 
     --lts=<LTS name>                          Uses automatic alias for provided LTS line, if available.
 
     --lts=<LTS name>                          Uses automatic alias for provided LTS line, if available.
 +
 +
 +
== See also ==
 +
* {{nvm}}
 +
* {{Node.js}}
 +
 +
[[Category:NVM]]

Revision as of 14:45, 17 June 2022

nvm use 14


 nvm use [<version>]                         Modify PATH to use <version>. Uses .nvmrc if available and version is omitted.
  The following optional arguments, if provided, must appear directly after `nvm use`:
   --silent                                  Silences stdout/stderr output
   --lts                                     Uses automatic LTS (long-term support) alias `lts/*`, if available.
   --lts=<LTS name>                          Uses automatic alias for provided LTS line, if available.


See also

Advertising: