2016-01-07

Error: The `libsass` binding was not found

Gulp で Sass のコンパイル実行時にエラーが出た。

1Error: The libsass binding was not found in /node_modules\node-sass\vendor\win32-x64-47\binding.node

node-sass 内を除いてみると vendor フォルダが存在しない。
解決策は下記 issue で見つけた。

‘npm rebuild node-sass` を実行するとモジュールが再構築され、vendor が配置された。

node-sass はちょくちょく問題を起こす。