0.1.0 • Published 11 years ago
nodenv v0.1.0
NODENV

npm install -g nodenvecho "source $(which nodenv)" >> ~/.bashrcnenv -hBasic Overview
nenv -a will look from your current working directory and up the directory tree for a node_modules/.bin folder. If found, this with be added to your PATH environment variable - in the current context only, not permanent.
The entry will be added at the start of your PATH and therefore local > global. Example being npm install -g module-with-bin and the same module installed locally, local will win over global while nenv is active.
0.1.0
11 years ago