How do I run this npx command in Deno? (i tried)
Hi. I am making a SvelteKit website using Deno 2.0.
I want to run the following:
I tried to run this code, and it worked (somewhat) by doing the following:
and then I am met with this prompt that never finishes (pic related)
I did put
into deno.json, as well. Any ideas why it hangs like this?
1 Reply
switching the json setting to manual seemed to fix this. Can I know why, for future reference?