This was originally written for the Node Knockout blog, as part of their “Countdown to Knockout” series.
npm is a NodeJS package manager. As its name would imply, you can use it to install node programs. Also, if you use it in development, it makes it easier to specify and link dependencies.
Installing npm
First of …Read More