Nodejs itself is, but when you install a node project manually, you type npm install and wait while it downloads the 500 different packages it depends on.
Debian follows the same philosophy as for other more traditional languages and expects that all these dependencies are packaged as individual Debian packages.
Nodejs itself is, but when you install a node project manually, you type npm install and wait while it downloads the 500 different packages it depends on.
Debian follows the same philosophy as for other more traditional languages and expects that all these dependencies are packaged as individual Debian packages.