another nvm, faster and no side effect when your shell launch.
npm i -g anvm
To install a specific version nodejs, you can type this:
anvm i
Also, to add anvm installed node to your command line, you can do:
echo "\nexport PATH=~/.anvm/bin:\$PATH" >> ~/.zshrc
echo "\nexport PATH=~/.anvm/bin:\$PATH" >> ~/.bashrc
Operation System | Support |
---|---|
MacOS | ✅ |
Linux | ❌ |
Windows | ❌ |
Copyright (c) 2020-present, 5u9ar