Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: The libsass binding was not found #77

Closed
hiz8 opened this issue Jan 7, 2016 · 2 comments
Closed

Error: The libsass binding was not found #77

hiz8 opened this issue Jan 7, 2016 · 2 comments

Comments

@hiz8
Copy link
Member

hiz8 commented Jan 7, 2016

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

Error: 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はちょくちょく問題を起こす。

@zoechi
Copy link

zoechi commented Feb 15, 2016

I had to rename

node_modules/node-sass/vendor/linux-x64-
to
node_modules/node-sass/vendor/linux-x64-46

node: 4.3.0
node-sass: ^3.4.2

@hiz8
Copy link
Member Author

hiz8 commented Feb 17, 2016

@zoechi Oh, Thanks!

@hiz8 hiz8 closed this as completed May 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants