deploy_feedback icon indicating copy to clipboard operation
deploy_feedback copied to clipboard

Deno.version gives empty strings on Deno Deploy playground

Open rattrayalex opened this issue 1 year ago • 3 comments

At https://dash.deno.com/playground/

Input:

console.log(Deno.version)

Output:

gcp-us-east4 { deno: "", v8: "", typescript: "" }

Expected:

{ deno: "1.37.2", v8: "11.8.172.13", typescript: "5.2.2" }

(or equivalent)

rattrayalex avatar Oct 26 '23 00:10 rattrayalex

Deno cli and deno deploy are not the same runtime

fro-profesional avatar Oct 27 '23 09:10 fro-profesional

Ah, sorry, thank you for forwarding to the correct location!

rattrayalex avatar Oct 27 '23 18:10 rattrayalex

Note that this is not limited to the playground: https://github.com/denoland/deploy_feedback/issues/437

adamtaylor13 avatar Nov 14 '23 18:11 adamtaylor13

Closing this as duplicate of https://github.com/denoland/deploy_feedback/issues/437

satyarohith avatar Jan 02 '24 14:01 satyarohith