mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 14:02:08 +02:00

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
24 lines
444 B
Markdown
24 lines
444 B
Markdown
# n
|
|
|
|
> Manage multiple node versions.
|
|
> More information: <https://github.com/tj/n>.
|
|
|
|
- Install a given version of node. If the version is already installed, it will be activated:
|
|
|
|
`n {{version}}`
|
|
|
|
- Display installed versions and interactively activate one of them:
|
|
|
|
`n`
|
|
|
|
- Remove a version:
|
|
|
|
`n rm {{version}}`
|
|
|
|
- Execute a file with a given version:
|
|
|
|
`n use {{version}} {{file.js}}`
|
|
|
|
- Output binary path for a version:
|
|
|
|
`n bin {{version}}`
|