Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upCannot read property 'name' of null #1055
Comments
This comment has been minimized.
This comment has been minimized.
stale
bot
commented
May 10, 2018
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
stale
bot
added
the
stale
label
May 10, 2018
This comment has been minimized.
This comment has been minimized.
|
Copying from the linked issue, this is the workaround:
Mentioned in this comment: eslint/typescript-eslint-parser#439 (comment) |
feross
closed this
May 11, 2018
lock
bot
locked as resolved and limited conversation to collaborators
Aug 9, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
adyshimony commentedJan 29, 2018
•
edited
I am getting this error only on one file.
Removing the try block solves the issue.
ERROR:
CODE that cause the issue:
Remark the block:
And everything is working now.
standard config in package.json:
"standard": {
"parser": "typescript-eslint-parser",
"plugins": [
"typescript"
]
}
Not sure if its elint or standard, opening here too:
eslint/typescript-eslint-parser#439