`npm install` goes to dead in China
Another mirror in China is https://registry.npm.taobao.org/.
$ npm config set registry https://registry.npm.taobao.org/
$ npm install
There is a Chinese registry now too:
$ npm config set registry http://r.cnpmjs.org
$ npm install
It syncs with registry.npmjs.org.