一、npm
npm config set registry https://registry.npm.taobao.org --globalnpm config set disturl https://npm.taobao.org/dist --global
二、cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
三、yarn
cnpm i yarn -gyarn config set registry https://registry.npm.taobao.org
yarn add koayarn remove koa
