nodejs

nodejs 24.15.0

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

https://nodejs.org
MIT License
main program: nodeprograms: -
Platforms (22)
aarch64-darwini686-freebsdmicroblazeel-linuxx86_64-linuxarc-linuxx86_64-freebsdriscv64-linuxx86_64-darwin
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