关于前端:npm-ERR-Failed-at-the-nodesass4141-postinstall-script

问题

开发个老我的项目,npm i 后呈现

npm ERR! Failed at the node-sass@4.14.1 postinstall script
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@4.14.1 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@4.14.1 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

回头开发老我的项目,遇到这个问题N次了!始终没有记录,这次记录下:

问题解决

切了半天node版本,查了半天后,发现解决方案:

  1. node版本<=14
  2. 当前目录下对node-sass进行数据源设置

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

    问题解决~~~

如果解决了让你正在挠头的问题,托付点个赞啦!

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理