I am trying to use the migration command
npx drizzle-kit generate --name=init
in the terminal with Deno.
However, when I try to use it I get an error:
Cannot find module 'drizzle-kit'
Require stack:
- C:\Users\hoper\OneDrive\Desktop\personal_pro\deno_backend\drizzle.config.ts
- C:\Users\hoper\AppData\Local\npm-cache\_npx\7c7555b0b81cc7e0\node_modules\drizzle-kit\bin.cjs
I was expecting a migration file to be created.