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
I couldn't get ts-node to start my server with the --expose-http2 node.js default CLI argument (from v.8.4.0 onward, currently in experimental stage)
Expected behaviour is the server to start and give a warning like below. (node:8404) ExperimentalWarning: The http2 module is an experimental API.
But right now, nothing happens. No error messages return and the server script is not executed.
C:\>ts-node --expose-http2 server.ts
>
{}
>
I am unable to provide a working repo unfortunately, but it should be pretty simple to test it with any existing repo (in an environment with node 8.4.0) just by putting the argument (--expose-http2)
Could this behaviour is because the experimental arguments are not supported?
Thanks for your help!!!
FYI: ts-node version 3.3.0
The text was updated successfully, but these errors were encountered:
Hi guys,
Thanks for maintaining this awesome project!
I couldn't get ts-node to start my server with the --expose-http2 node.js default CLI argument (from v.8.4.0 onward, currently in experimental stage)
Expected behaviour is the server to start and give a warning like below.
(node:8404) ExperimentalWarning: The http2 module is an experimental API.
But right now, nothing happens. No error messages return and the server script is not executed.
I am unable to provide a working repo unfortunately, but it should be pretty simple to test it with any existing repo (in an environment with node 8.4.0) just by putting the argument (--expose-http2)
Could this behaviour is because the experimental arguments are not supported?
Thanks for your help!!!
FYI: ts-node version 3.3.0
The text was updated successfully, but these errors were encountered: