You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm install -g typescript@latest solved this for me in combination with running tsc in examples folder then running node client.js and node server.js to avoid using ts-node.
Worked with tsc Version 2.6.0-dev.20170919.
Not sure what version I had before (sorry oops) but judging by the issue seems the fix will land in 2.6.0.
The text was updated successfully, but these errors were encountered:
It is already fixed in the TypeScript 2.5 branch by microsoft/TypeScript#18360, but not released yet.
I suggest to use TypeScript 2.4.x temporarily until 2.5.3 is released.
kondi
changed the title
Unable to run example
Unable to run example with TypeScript 2.5.x
Sep 19, 2017
Upstream issue microsoft/TypeScript#18301
npm install -g typescript@latest
solved this for me in combination with runningtsc
in examples folder then runningnode client.js
andnode server.js
to avoid usingts-node
.Worked with tsc Version 2.6.0-dev.20170919.
Not sure what version I had before (sorry oops) but judging by the issue seems the fix will land in 2.6.0.
The text was updated successfully, but these errors were encountered: