-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Node 12: "tsc --watch" stops working #31111
Comments
Seem to be working correctly
|
I get the same Error on Windows and Linux while using NodeJS 12. Tested Versions: Got the same error message:
While looking at the syslog (on Linux) I could detect the following message:
To me, it appears as if it is a bug inside Node that is somehow triggered by the typescript compiler. |
Same as #27379
|
same here on Windows and typescript 3.4.5 with nodejs 12 |
After upgrading to Node 12.1.0 the issue is gone. |
TypeScript Version:
3.4.5 and 3.5.0-dev.20190425
Search Terms:
typescript watch node 12
Code
Expected behavior:
No error
Actual behavior:
After upgrading from Node 11 to Node 12
tsc
without any option (in addition to tsconfig.json) works as expected. However,tsc --watch
produces this output:# # Fatal error in , line 0 # Check failed: U_SUCCESS(status). # # # #FailureMessage Object: 00000093307CD6A0
Playground Link:
Unpack attached testcase.zip, and invoke
tsc
resp.tsc --watch
Related Issues:
no
testcase.zip
The text was updated successfully, but these errors were encountered: