
As if this writing, NodeJS 17.x is the latest stable version, which is very recent than the version in Debian 11 repo (12.x). It provides software that is not available in the official Debian 11 repositories.Īdd the PPA repository to your system using the following command.

PPA is an alternative repository for software packages. You can also install the latest version of NodeJS using the PPA maintained by NodeSource, a company that builds and maintains various packages for different Linux distributions. Run the following commands to verify that NodeJS and NPM are installed properly. Run the apt install command below to install NodeJS and NPM on your Debian 11 system. However, the version of NodeJS provided is not the latest version, and there is no guarantee that it will continue to be updated. The Debian 11 "Bullseye" repo contains a pre-built NodeJS package, and this is an easy way to get NodeJS up and running without any fuss. With NPM (Node Package Manager), you have access to over 600,000 packages of reusable code that can help you build amazing things with Node.js. Node.js is the foundation for creating fast, scalable network applications. Node.js applications are written in JavaScript and run on macOS, Windows, and Linux operating systems. It uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js & NPM are now available on Debian 11 Bullseye.
