I tried with deno -V
, it gives only deno's version and does not include typescript version.
$deno -V
deno 1.0.0-rc2
$
You can use --version
with the latest versions binary
$ deno --version
OR Use deno shell
$ deno
> Deno.version
Deno.version
{ deno: "1.0.0", v8: "8.4.300", typescript: "3.9.2" }
Or using eval
command
$ deno eval "console.log(Deno.version)"
// OR
$ deno eval "console.log(Deno.version.typescript)"
Typing deno --version
gives you full informations
$ deno --version
deno 1.0.0
v8 8.4.300
typescript 3.9.2
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With