解决npm很慢
$ npm install -g cnpm --registry=https://registry.npm.taobao.org
$ npm config set registry https://registry.npm.taobao.org
$ cnpm install <module-name>
(整完发现cnpm还没直接npm快?????
npm config set registry https://registry.npmjs.org/
yarn:
npm install -g yarn
yarn add <module-name>
yarn config set registry https://registry.npm.taobao.org
yarn config set registry https://registry.yarnpkg.com