nobody
How to install npm dev dependencies?
I try to install
keysely-codegen
using deno add -D npm:kysely-codegen
but everytime it adds the dependency to my regular imports in the deno.json
, which looks like this:
what am I doing wrong here? I still have a hard time how the npm stuff works with deno3 replies