We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
libsass
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はちょくちょく問題を起こす。
The text was updated successfully, but these errors were encountered:
I had to rename
node_modules/node-sass/vendor/linux-x64- to node_modules/node-sass/vendor/linux-x64-46
node_modules/node-sass/vendor/linux-x64-
node_modules/node-sass/vendor/linux-x64-46
node: 4.3.0 node-sass: ^3.4.2
Sorry, something went wrong.
@zoechi Oh, Thanks!
No branches or pull requests
GulpでSassのコンパイル実行時にエラーが出た。
node-sass内を除いてみるとvendorフォルダが存在しない。
解決策は下記issueで見つけた。
‘npm rebuild node-sass` を実行するとモジュールが再構築され、vendorが配置された。
node-sassはちょくちょく問題を起こす。
The text was updated successfully, but these errors were encountered: