node

Server-side JavaScript platform (Node.js). More information: <https://nodejs.org>.

Debian Debian
RUN apt-get update && \ apt-get install -y node
Ubuntu
RUN apt-get update && \ apt-get install -y node
Arch Arch Linux
RUN pacman -S --noconfirm nodejs-1
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y nodejs-1
Fedora
RUN dnf install -y nodejs-1
Raspbian
RUN apt-get update && \ apt-get install -y node
click the source code to copy install node on any operating system with command-not-found.com