w7a9q
Explore posts from serversConverting package.json into deno.json
Is there any documentation about what properties
deno.json
have and what are the expected values? I'm unable to find any.
I would like to put as many things as possible into deno.lock
from the package.json
. This would be really helpful.2 replies
Cannot run Nitro project
I have created a new Nitro project using
deno run -A npm:giget@latest nitro nitro-app --install
. It was successfull but after trying deno run dev
I get an error saying:
Is there any fix for that or is it a bug in Deno itself?8 replies