Failed at the node [email protected] postinstall script.

Failed at the node sass@4.14.1 postinstall script._第1张图片

首先,查看node和 npm版本

Failed at the node sass@4.14.1 postinstall script._第2张图片

#用于列出已安装的 Node.js 版本。

nvm ls

#切换node版本 

nvm use 12.17.0

#换国内镜像源:(单独设置sass的安装源。)

npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass
npm install --registry https://registry.npm.taobao.org

 

你可能感兴趣的:(开发语言)