node.js : npm

Trabla: what is npm?

Solving:
 - npm is the official package manager for Node.js.
 - npm runs through the command line and manages dependencies for an application.
 - It also allows users to install Node.js applications that are available on the npm registry.
 - npm is written entirely in JavaScript, and runs on the Node.js platform.

http://en.wikipedia.org/wiki/Npm_(software)

No comments:

Post a Comment