Node Package Manager
Node.js eases support to third-party open source developed modules by providing the Node Package Manager (we've already mentioned it, that is, NPM). It allows you, as a developer, to easily install, manage, and even provide your own modules for a rapidly grown and well-maintained open source repository. It is available at http://www.npmjs.org/ and is accessible via its command-line interface.
If you didn't use the installer, then you will need to install NPM separately. For example, Ubuntu users can make use of their package installer as follows:
apt-get npm install
Once NPM is installed, you may want to set it permanently in your user profile's PATH
environment variable by editing the ~/.profile
file to export the path to ...
Get RESTful Web API Design with Node.js - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.