npm install报错node-sass@4.14.1 postinstall: node scripts/build.js

  1. 问题1:

error node-sass@4.13.1 postinstall: node scripts/build.js

解决方法:

npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass
npm install
  1. 问题2:

This usually happens because your environment has changed since running npm install.
Run npm rebuild node-sass to download the binding for your current environment.

解决方法:

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

转发链接:https://blog.csdn.net/qq_29384639/article/details/104199422

Logo

电影级数字人,免显卡端渲染SDK,十行代码即可调用,工业级demo免费开源下载!

更多推荐