How To Install Node In Debian, Ubuntu, Arch, Kali, Fedora, Raspbian And MacOS?

How To Install Node In Debian, Ubuntu, Arch, Kali, Fedora, Raspbian And MacOS?

node

Server-side JavaScript platform (Node.js).
Homepage: .

Install node

  • Debian apt-get install node Click to copy
  • Ubuntu apt-get install node Click to copy
  • Arch Linux pacman -S nodejs-1 Click to copy
  • Kali Linux apt-get install nodejs-1 Click to copy
  • Fedora dnf install nodejs-1 Click to copy
  • Raspbian apt-get install node Click to copy
  • macOS brew install node Click 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.