在写项目时,使用gulp-sass插件build失败问题,各种查找原来缺少关联包解决如下: 更新npm,命令: npm update -g 安装cpnm,命令:npm install cnpm -g 安装缺少的包,命令:cnpm install xxx