npm
What is npm?
npm makes it easy for JavaScript developers to share, reuse, and update code. With npm, multiple developers can be working on the same project, which allows for easier and faster development (https://www.npmjs.com/get-npm).
Installing npm
When you installed node.js, npm was included. Here is how you can try it out.
At the command prompt enter: npm
like this:
you should see something like the following:
If you see this, npm is working properly.