-
Notifications
You must be signed in to change notification settings - Fork 889
TypeError: Cannot read property 'end' of undefined #3244
Comments
Can you reproduce the error without any third party rules? |
Yes, I get the same errors when using
|
I found it. |
For information, i"ve got the same kind of issue in my project with the last version of yarn@1.1.0 (published 4 days ago) whereas everything works fine with the previous version of yarn@1.0.2... (after removing and installing node_modules) |
@sixrandanes I don't know how yarn could cause these exceptions. Maybe it installs different versions of tslint? |
@ajafff I also don't know how Unrelated, but I don't think |
@ajaff I don't know either what is the thing that causes these exceptions with the last release of yarn. I haven't had time to investigate on it. An issue should be created in yarn's project if anyone haven"t already reported something like that. |
I have same issue. And I also installed packages with latest yarn. |
I got this error when trying to extend an abstract class, instead of a lint error saying I can't do that. |
should be fixed with yarn@1.2.1 |
The exception thrown in |
Bug Report
d16f7be
and previous ones)./node_modules/.bin/tslint "src/**/*.ts"
with npm-linked tslint (I ranyarn compile
etc.)TypeScript code being linted
whole project, about ~13k TypeScript lines
with
tslint.json
configuration:Actual behavior
I get the following errors:
Expected behavior
No TypeErrors.
The text was updated successfully, but these errors were encountered: