September 2024
Beginner to intermediate
985 pages
35h 37m
English
There are many different modules available for Node.js. Some, like the http package already briefly shown, are included in the installation of Node.js; others can be installed later via the Node.js Package Manager (NPM).
You have several options to install the NPM tool: MSI and .pkg installation files are available for Windows and Mac, and a corresponding installation script is available for Unix systems. Further installation options are described in detail at https://github.com/npm/npm.
However, much more common than a separate installation of NPM is indirect installation via Node.js. Since version 0.6.3, NPM is already included in the installation of Node.js. ...
Read now
Unlock full access