前段时间我在我的一个项目中使用了 node-sass。现在,当我编写npm update
或npm install
在任何项目中(根本不使用 node-sass)时,我收到以下错误:
npm ERR! node-sass@3.3.2 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@3.3.2 postinstall script 'node scripts/build.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the node-sass package,
npm ERR! not with npm itself.
到目前为止我尝试过:
- npm 重建
- npm 重建节点-sass
- npm 卸载 -g node-sass
- npm install -g npde-sass@2 (在某处我读到 v2 没有问题)
我的节点版本是 v5.1.0
我根本不需要 node-sass,但不知何故它会抛出一个错误,我根本无法解释。有没有人知道如何摆脱这个?