ricaR
Denoβ€’16mo agoβ€’
4 replies
rica

Deno add --dev flag not doing anything

When execution
deno add --dev @package/example
the package is added to deno.json as import same without the
--dev
flag.
I noticed I could add the devDependencies in package.json, but I would like to skip package.json when using deno.
What is the correct way to add dev dependencies with deno ?
Was this page helpful?