使用淘宝镜像: ```bash npm config set registry https://registry.npm.taobao.org ``` ### 安装必须包(不要使用cnpm 安装,如果出现sass安装不上的时候,再使用cnpm安装) ```bash npm install ```