重拾Angular(三)安装过程问题备忘

全局安装angular-cli,权限问题

建议使用nvm进行版本管理

install时,遇到saas下载问题

可以通过以下命令,更换下载镜像(淘宝镜像不是一般的快)

1
npm config set sass-binary-site http://npm.taobao.org/mirrors/node-sass

install时,遇JSON解析错误

1
npm clean cache --force