-
Notifications
You must be signed in to change notification settings - Fork 35
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
stdout maxBuffer exceeded? #132
Comments
You need to set the |
Any idea where to begin. I'm working on a 3 year old code base with 30 to 40 scss files that have never been linted. Lots of cleanup to do. |
Is it the number of files or the number of errors thats killing it? |
i got the same problem, I think this plugin has a bug the only way to fixed that was going in my node modules folder and change this to: maxBuffer: 30000000000000000000 * 1024 node/modules/grunt-scss-lint/scss-lint.js |
PR? |
that means please repeat? :) +1 |
oh Pull Request :) , I will try. |
I did : #140 |
Wait, why is this needed? Can't people set |
no Idea I just closed it. |
I have the following grunt task setup...
And when I run it, I get the following error...
I'm on a Mac and the instructions to install scss-lint were a bit vague. Not sure if that has something to do with it or not.
The text was updated successfully, but these errors were encountered: