1

ローカル マシン (Mac OS) に npm をインストールしようとしましたが、npm start を実行すると、node_sass でこのエラーが発生し続けます。sudo npm install 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
4

1 に答える 1

0

SASS に binding.node がないため、周りを見回すと、これらの人々は同様のエラーを経験しています。

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

于 2015-03-26T18:42:47.793 に答える