2015-03-25 32 views
1

我試圖在我的本地機器(Mac OS)上安裝npm,但是當我運行npm start時,它一直給我這個node_sass錯誤。即使我運行 sudo npm install node_sass 它不能解決問題。npm intstall:binding.node丟失

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! [email protected] start: `brunch watch --server` 
npm ERR! Exit status 1 
npm ERR! 
npm ERR! Failed at the [email protected] 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 
+0

您是否正在運行Windows,Linux或Mac OS?請爲您的操作系統添加一個標籤。 – 2015-03-25 02:07:17

+0

對不起,我忘了提及我在Mac OS上運行 – 2015-03-25 02:37:22

回答