node 18.19.0
Evented I/O for V8 JavaScript
Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
- Website: https://nodejs.org/
- Licenses: Expat
- Package source: gnu/packages/node.scm
- Builds: See build status
- Issues: See known issues
Installation
Install node 18.19.0
as follows:
guix install node@18.19.0
Or install the latest version:
guix install node
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.