You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
.
The text was updated successfully, but these errors were encountered:
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.
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.

.
The text was updated successfully, but these errors were encountered: