deno Questions
2
Solved
I have mentioned the dependency in dep.ts file and I want to import the reference in another file. But I am getting the following error. Please help me to resolve. I was following the link as menti...
Brasier asked 14/5, 2020 at 14:53
1
Solved
I'm enthusiastic about Deno so I'm giving it a try. Found a tutorial on building a REST API here.
So, when I'm trying to run it, I get this InvalidData error:
error: Uncaught InvalidData: data di...
Topper asked 12/5, 2020 at 16:54
1
Solved
I have a python script with the following code:
print("Hello Deno")
I want to run this python script (test.py) from test.ts using Deno. This is the code in test.ts so far:
const cmd = Deno.run(...
Seaborne asked 10/5, 2020 at 10:52
1
Solved
I want to use the latest version of https://deno.land/std/http/server.ts, but it's still using an old cached version when I run my server.
In node.js I would use:
npm i package@latest
What's th...
1
Solved
You may have heard of Deno which is a new TypeScript runtime.
One major difference between Deno and normal TypeScript is that you must include the file extension in the import statement. e.g:
imp...
Semite asked 18/5, 2019 at 13:30
1
Solved
Deno claims to be browser-compatible. Does that mean it has a window / navigator object and what would that mean in terms of things like setting window.location?
Glob asked 29/1, 2019 at 7:12
1
Solved
How to exit in Deno passing a status code?
In Node.js you could use process.exit(), what is its Deno's counterpart ?
Corps asked 28/10, 2018 at 10:27
© 2022 - 2024 — McMap. All rights reserved.