项目根目录初始化 npm init 安装包 npm install 包名 npm 安装速度过慢问题 // 镜像配置 npm config set registry https://registry.npm.taobao.org // 安装记得用 cnpm // 不然报错 // 取消配置 npm config delete registry