-
Notifications
You must be signed in to change notification settings - Fork 278
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 'kind' of undefined at getErrorSpanForNode #108
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
+1 |
1 similar comment
+1 |
+1 Can be related to microsoft/TypeScript#38383 . |
downgrade typescript to "typescript": "3.1.6" |
If anyone is still running into this - upgrading to latest Typescript (4.1.2) also works. |
Hello, 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?
The text was updated successfully, but these errors were encountered: