mirror of
https://github.com/tj/n.git
synced 2024-11-22 11:37:26 +01:00
docs
This commit is contained in:
parent
226781dfbd
commit
7fd90c09e3
@ -91,9 +91,7 @@ Execute npm with 0.6.3 regardless of the active version:
|
|||||||
n latest [config ...] Install or activate the latest node release
|
n latest [config ...] Install or activate the latest node release
|
||||||
n stable [config ...] Install or activate the latest stable node release
|
n stable [config ...] Install or activate the latest stable node release
|
||||||
n <version> [config ...] Install and/or use node <version>
|
n <version> [config ...] Install and/or use node <version>
|
||||||
n custom <version> <tarball> [config ...] Install custom node <tarball> with [args ...]
|
|
||||||
n use <version> [args ...] Execute node <version> with [args ...]
|
n use <version> [args ...] Execute node <version> with [args ...]
|
||||||
n npm <version> [args ...] Execute npm <version> with [args ...]
|
|
||||||
n bin <version> Output bin path for <version>
|
n bin <version> Output bin path for <version>
|
||||||
n rm <version ...> Remove the given version(s)
|
n rm <version ...> Remove the given version(s)
|
||||||
n --latest Output the latest node version available
|
n --latest Output the latest node version available
|
||||||
@ -107,10 +105,10 @@ Execute npm with 0.6.3 regardless of the active version:
|
|||||||
|
|
||||||
Aliases:
|
Aliases:
|
||||||
|
|
||||||
- rm
|
|
||||||
which bin
|
which bin
|
||||||
use as
|
use as
|
||||||
custom c
|
list ls
|
||||||
|
- rm
|
||||||
|
|
||||||
## Details
|
## Details
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user