| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Automagically use the correct version of node with nvm exec functionality.
No more nvm use
This will use existing .nvmrc file, falling back to the nvm alias default version if no config detected.
pip install nvshimpip install git+git://github.com/iamogbz/nvshim.gitReads all configuration from the environment.
Relies on nvm being installed and configured correctly.
Set to 1 or true to auto install specified version of node if not installed by nvm.
Set to 1 or true to show more information on the shimmed node process.
Otherwise set to 0 or false or nothing.
To allow the nvshim installed node shim work in all directories, you'll need to stop sourcing nvm.sh in your shell rc i.e. bash_profile, zshrc etc.
The scope of this project only shims the node, npm, npx and nvm binaries. Any globally installed modules are not automatically shimmed.
All forms of contribution welcome, please see guide.
make installmake tests a="--snapshot-update"| Back | FazBrowse Home | New Git URL |