npm intstall: binding.node is missing



我试图在本地机器(Mac OS)上安装npm,但当我运行npm-start时,它总是在node_sass中给我这个错误。即使我跑步sudo npm安装node_sass它不能解决问题。

Error: You probably need to execute `npm install` to install brunch plugins.                               
Error: `/Users/AnhLe/bloc/anh-jams/node_modules/sass-brunch/node_modules/node-sass/bin/darwin-x64-v8-3.28/binding.node` is missing. Try reinstalling `node-sass`?

npm ERR! Darwin 14.0.0
npm ERR! argv "node" "/usr/local/bin/npm" "start"
npm ERR! node v0.12.0
npm ERR! npm  v2.7.3
npm ERR! code ELIFECYCLE
npm ERR! bloc-rdio-skeleton@0.0.1 start: `brunch watch --server`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the bloc-rdio-skeleton@0.0.1 start script 'brunch watch --server'.
npm ERR! This is most likely a problem with the bloc-rdio-skeleton package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     brunch watch --server
npm ERR! You can get their info via:
npm ERR!     npm owner ls bloc-rdio-skeleton
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR!     /Users/AnhLe/bloc/anh-jams/npm-debug.log

环顾四周,由于SASS中缺少binding.node,这些人也遇到了类似的错误。

https://github.com/dlmanning/gulp-sass/issues/185

最新更新