deno quit when exporting oak module #11138
Unanswered
Srabutdotcom
asked this question in
Q&A
Replies: 3 comments 6 replies
-
Can you share the code where you're importing the |
Beta Was this translation helpful? Give feedback.
0 replies
-
import {app} from '../start.js'
await app.listen({
hostname: localhost,
port: 80}) even before reaching this line, deno quit. |
Beta Was this translation helpful? Give feedback.
5 replies
-
One thing thats off is the oak import: both single and double ticks are being used in the string for the specifier |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear team,
I use deno version 1.11.2
and have been trying to export oak module but the app quit without any error message.
and then when i call deno run, it is just quit.....
What is wrong?
Beta Was this translation helpful? Give feedback.
All reactions