Bhuwan
Bhuwan
DDeno
Created by Tommy on 11/15/2024 in #help
Referencing environment variables from .env in deno compile or deno task commands
You can use —env-file —allow-env along with your deno command, this by default uses .env file but if it’s named different you can use —env-file=.env.prod —allow-env, hope this helps.
3 replies
DDeno
Created by CenTdemeern1 on 10/26/2024 in #help
How can I install Deno without user interaction?
Anyway, its good that your issue is solved
9 replies
DDeno
Created by Dezly Macauley on 10/26/2024 in #help
Having some issues translating commands from npm to Deno
deno install - installs depndencies deno run npm:sv@latest - would run the sv npm package, run have many helpful subflags like -A to allow all permissions and so on. deno task dev - this runs the task defined in the package.json or deno.json Also you can use deno run file to run a file lets or deno serve if the file have a http server to run. Hope that helps
2 replies
DDeno
Created by CenTdemeern1 on 10/26/2024 in #help
How can I install Deno without user interaction?
So meaning you wanted to avoid hurting the Y in the keyboard
9 replies
DDeno
Created by 3Dxg on 10/26/2024 in #help
window install problem
You can check the value using $env:DENO_INSTALL, see if you get any value if so just unset the variable and re run
11 replies
DDeno
Created by 3Dxg on 10/26/2024 in #help
window install problem
If you use the command without the env variable then it will indeed be installed to you home directory following .deno\bin
11 replies
DDeno
Created by 3Dxg on 10/26/2024 in #help
window install problem
No description
11 replies
DDeno
Created by 3Dxg on 10/26/2024 in #help
window install problem
But the script looks correct to me, have you set a DENO_INSTALL variable?
11 replies
DDeno
Created by 3Dxg on 10/26/2024 in #help
window install problem
Sorry missed that now that you point it out that is indeed a bug, it would bw wise to open an issue
11 replies
DDeno
Created by 3Dxg on 10/26/2024 in #help
window install problem
Whats the problem here, seems to be installed, check if deno is added to the path, if its not add it and the use it
11 replies
DDeno
Created by CenTdemeern1 on 10/26/2024 in #help
How can I install Deno without user interaction?
curl -fsSL https://deno.land/install.sh | sh
curl -fsSL https://deno.land/install.sh | sh
9 replies