Last Updated: February 25, 2016
·
674
· jcreigno

NPM: install module without central registry

You can still install Node module locally even if NPM central registry (search.npmjs.org) is down.
For instance to install gm locally directly from its git repo, you can use the following syntax :
npm install git://github.com/aheckmann/gm.git