nodeenv
Node.js virtual environment builder
Install
- All systems
-
curl cmd.cat/nodeenv.sh
- Debian
-
apt-get install nodeenv - Ubuntu
-
apt-get install nodeenv - Kali Linux
-
apt-get install nodeenv - Fedora
-
dnf install nodeenv - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install nodeenv - OS X
-
brew install nodeenv - Raspbian
-
apt-get install nodeenv
nodeenv
Node.js virtual environment builder
Tool to create isolated node.js environments with their own installation directories that don't share libraries with other node.js virtual environments, similar to a Python virtualenv. These environments can be integrated with ones created by Python's virtualenv.