-
Notifications
You must be signed in to change notification settings - Fork 885
TSLint throwing error in VS Code console (Cannot read property 'kind' of undefined) #3689
Comments
I've the same problem and my diagnostic is that it's from typescript (not tslint) as
|
I wound up removing TS from my Vue project. I feel this particular combo is just not ready for prime time. |
For your information, I had this problem while trying to build an ionic project in prod. I installed yarn and used it instead of npm, this fixed my issue.
|
Xample Solve the same problem. Thank you very much. |
Fixes issue with `npx ionic build --prod` similar to: palantir/tslint#3689
Hi there, I think this is a dupe of #3711 Feel free to re-open if you disagree. Thanks, |
Same Issue. Installing yarn and updating typescript to 2.8.1 do not solve.
|
Same Issue Running ionic info
Here is error output:
We don't need to move to Production yet... so I will let this simmer and hope someone patches. Thanks. |
Hey @BinaryBlock, If it is installed as a direct dependency:
|
Bug Report
TypeScript code being linted
Not relevant.
with
tslint.json
configuration:I'm getting the following error in my VS Code console:
Things were fine until I did a
yarn upgrade
just now. Honestly it's a bit tough to tell if it's coming from TSLint or TypeScript itself, but I figured I'd start here.The text was updated successfully, but these errors were encountered: