nodejs

nodejs 24.20.0

Event-driven I/O framework for the V8 JavaScript engine

https://nodejs.org
MIT License
main program: nodeprograms: -
Platforms (21)
x86_64-linuxaarch64-freebsdmips64el-linuxriscv64-linuxs390x-linuxarmv7l-linuxmicroblazeel-linuxloongarch64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  nodejs
];
Ad-hoc shell
nix-shell -p nodejs
Flake (nix run)
nix run nixpkgs#nodejs