Failed at the [email protected] postinstall script 错误是npm install时报错

1、在进行npm install时报错    如果软件node.js版本没问题的话   执行npm install时报如下错误 2、报错原因 是因为sass安装源的问题 修改sass安装源就能解决问题,使用命令: npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass 3、在运行npm install就能运行
相关文章
相关标签/搜索