Peter GatsbyP
Denoβ€’13mo agoβ€’
3 replies
Peter Gatsby

How do I install NPM packages as *development dependencies* in Deno? Is that even possible?

Hello!

I am starting a new project and I am using Drizzle. I have installed dependencies as deno add npm:drizzle-orm, but I also need the following command npm i -D drizzle-kit tsx to install drizzle-kit as a dev dependency, how do I achieve this in Deno?
Was this page helpful?