npm install时出现错误:node-sass@4.14.1 postinstall: `node scripts/build.js`/ERR
Posted 十九万里
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm install时出现错误:node-sass@4.14.1 postinstall: `node scripts/build.js`/ERR相关的知识,希望对你有一定的参考价值。
在新建项目npm install时出现
错误如下:
ERR! stack Error: Can’t find Python executable “python”, you can set the PYTHON env variable.
ERR! node-sass@4.14.1 postinstall:node scripts/build.js
解决办法: 执行以下命令
npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass
npm installl
解决
以上是关于npm install时出现错误:node-sass@4.14.1 postinstall: `node scripts/build.js`/ERR的主要内容,如果未能解决你的问题,请参考以下文章
在项目目录中运行“npm install”时出现错误“无法读取未定义的属性'0'”
尝试 npm install web3 时出现致命错误 LNK1181
安装“npm install -g heroku”时出现 npm 调试升级问题
webstrom安装npm install时出现以下错误是啥原因gyp verb check python checkin
npm install时出现错误:node-sass@4.14.1 postinstall: `node scripts/build.js`/ERR
npm install时出现错误:node-sass@4.14.1 postinstall: `node scripts/build.js`/ERR