Centos7安装NPM

yum install -y nodejs 这个同时胡安装npm工具

安装cnpm

npm install -g cnpm -registry=https://registry.npm.taobao.org

设置国内镜像

npm config set registry https://registry.npm.taobao.org


node-sass 的数据源没设置
npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass





安装插件

npm install
运行服务
npm run serve