-
Notifications
You must be signed in to change notification settings - Fork 528
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
TypeError: Cannot read property 'start' of undefined #389
Comments
We got the same problem in our Project (https://github.com/HelfenKannJeder/come2help-web). It appears on Windows 10 but not on Ubuntu 15.10. Here is the .sass-lint.yml.
We fixed the problem by changing the line ending from crlf to lf of the scss files. |
Ran into the same thing. I had to run both |
Hi @kvz Our problem is that we're limited by our AST's support of tabs in general at the moment and we're a little reluctant to keep updating the indentation rule. We'd like to support all line endings and whitespaces but we need to wait on our AST becoming stable in it's latest incarnation. There's also an issue setup to create a rule to check for these line endings #408 which we've not got round to looking into yet but as with everything we'd accept PR's 😄 |
Simple fix for this would be changing
little bit hacky I know but it does mean that it actually appears to... you know... work. Right now it's just unusable :( |
Any chance this will be fixed in the next release? Even with the indentation rule turned off I get this error, so sass-lint is completely useless for us (on Windows) atm. |
just installed latest sass-lint version. but it throws an error, when I start it
node_modules\sass-lint\lib\rules\indentation.js:57:46
The text was updated successfully, but these errors were encountered: