How To Install Node In Debian, Ubuntu, Arch, Kali, Fedora, Raspbian And MacOS?
Install node
-
Debian
apt-get install nodeClick to copy -
Ubuntu
apt-get install nodeClick to copy -
Arch Linux
pacman -S nodejs-1Click to copy -
Kali Linux
apt-get install nodejs-1Click to copy -
Fedora
dnf install nodejs-1Click to copy -
Raspbian
apt-get install nodeClick to copy -
macOS
brew install nodeClick to copy
Install the latest version of node in Debian, Ubuntu, Arch, Kali, Fedora, Raspbian and macOS from terminal. To install the node just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of node from the respository and install it in your computer/server.




