TypeError: Cannot read property 'kind' of undefined at getErrorSpanForNode
See original GitHub issueHello, i have a problem with error after build (start:dev command), where error "TypeError: Cannot read property 'kind' of undefined at getErrorSpanForNode (C:\work\rankseacom\node_modules\typescript\lib\typescript.js:13856:22)
" appears.
Anyone with the same problem?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:25
- Comments:6
Top Results From Across the Web
TypeError: Cannot read property 'kind' of undefined at ... - GitHub
There's a PR open for this one. Under some set of rituals and incantations I have not been able to replicate, tsc throws...
Read more >TypeError: Cannot read property 'kind' of undefined at ...
This problem started to occur when updating my Angular 6 project to 7.x. I opened an issue on the angular-cli github repo but...
Read more >Toolips ng build –prod error - MDBootstrap
when I was trying to build production of my project we got this error: in Error: TypeError: Cannot read property 'kind' of undefined...
Read more >react-redux-typescript-guide/Lobby - Gitter
So typescript doesn't know about the ['payload'] key ... to process the request: TypeError: Cannot read property 'kind' of undefined at getErrorSpanForNode ......
Read more >TypeError: Cannot read property 'kind' of undefined at ... - Dirask
I have got following error during my TypeScript project compilation into single file: I run my project with: tsconfig.prod.json file looks following way:...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Issue-Label Bot is automatically applying the label
bug
to this issue, with a confidence of 0.87. Please mark this comment with 👍 or 👎 to give our bot feedback!Links: app homepage, dashboard and code for this bot.
+1 “next”: “9.4.4”, “ts-node”: “8.10.2”, “typescript”: “3.9.5”,
Can be related to https://github.com/microsoft/TypeScript/issues/38383 .