Pedro
Pedro
Explore posts from servers
DTDrizzle Team
Created by Pedro on 12/13/2024 in #help
When using Deno, is it still needed to install the dotenv and tsx packages?
Deno already comes with first-class support for TypeScript and built-in support for environment variables.
3 replies
DDeno
Created by Pedro on 12/13/2024 in #help
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?
4 replies