@nodenv/nodenv
Advanced tools
Comparing version 1.3.2 to 1.4.0
{ | ||
"name": "@nodenv/nodenv", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"description": "Manage multiple NodeJS versions", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/nodenv/nodenv#readme", |
@@ -145,3 +145,3 @@ # Groom your app’s Node environment with nodenv. | ||
Version names to nodenv are simply the names of the directories in | ||
Version names to nodenv are simply the names of the directories or symlinks in | ||
`~/.nodenv/versions`. | ||
@@ -365,3 +365,15 @@ | ||
any entry in the `versions/` directory as a separate Node version. | ||
Additionally, `nodenv` has special support for an `lts/` subdirectory inside | ||
`versions/`. This works great with the | ||
[`nodenv-aliases`](https://github.com/nodenv/nodenv-aliases) plugin, for example: | ||
~~~ sh | ||
$ cd ~/.nodenv/versions | ||
$ mkdir lts | ||
# Create a symlink that allows to use "lts/erbium" as a nodenv version | ||
# that always points to the latest Node 12 version that is installed. | ||
$ ln -s 12 lts/erbium | ||
~~~ | ||
### Uninstalling Node versions | ||
@@ -469,2 +481,4 @@ | ||
This will also list symlinks to specific Node versions inside the `~/.nodenv/versions` or `~/.nodenv/versions/lts` directories. | ||
### nodenv version | ||
@@ -481,3 +495,3 @@ | ||
Installs shims for all Node executables known to nodenv (i.e., | ||
`~/.nodenv/versions/*/bin/*`). Run this command after you install a new | ||
`~/.nodenv/versions/*/bin/*` and `~/.nodenv/versions/lts/*/bin/*`). Run this command after you install a new | ||
version of Node, or install an npm package that provides an executable binary. | ||
@@ -484,0 +498,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
555
1
74576
37