nodejs osx – node-sass@1.2.3错误

当在不同的项目中进行“npm install”时,我收到错误消息:

npm ERR! Darwin 14.3.0 npm ERR! argv "/usr/local/opt/nvm/versions/node/v0.12.3/bin/node" "/usr/local/opt/nvm/versions/node/v0.12.3/bin/npm" "install" npm ERR! node v0.12.3 npm ERR! npm v2.9.1 npm ERR! code ELIFECYCLE npm ERR! node-sass@1.2.3 postinstall: `node scripts/build.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the node-sass@1.2.3 postinstall script 'node scripts/build.js'. npm ERR! This is most likely a problem with the node-sass package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node scripts/build.js npm ERR! You can get their info via: npm ERR! npm owner ls node-sass npm ERR! There is likely additional logging output above. 

你有什么想法来解决这个问题吗?