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

OS X 10.11 El Captain / SASS problem #466

Closed
diim010 opened this issue Nov 8, 2015 · 2 comments
Closed

OS X 10.11 El Captain / SASS problem #466

diim010 opened this issue Nov 8, 2015 · 2 comments
Labels

Comments

@diim010
Copy link

diim010 commented Nov 8, 2015

thanks for wonderful tool, but i have a problem with my Mac OS X 10.11.1 (15B42) El Captain and latest version of Koala. When i try compile Sass/Scss files Koala show error.
2015-11-08 22 40 53
.

@lholsti
Copy link

lholsti commented Nov 19, 2015

I have the same issue. It seems to come from line 150 in SassCompiler.js. I made the error print the command executed (line 153: self.throwError(stderr, command);) and ran it in the terminal without errors.

I think the error is the same as issue 162 (#162). Changing parameters on line 150 to:
{timeout: 20000, maxBuffer: 10000*1024}
seems to solve the problem.

I came across the problem when editing the css from a site template. The file in question has about 20,000 lines in total, including comments and empty lines.

Hope this helps.

@tonystar
Copy link

tonystar commented Oct 8, 2016

+1. timeout: 60000 solved for me, but ideally to have a setting...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants