ITADN

Drizzle example doesn't work.

#30Openbassamanator 创建于 2024-11-27
B
bassamanatorcommented
I tried to add drizzle to an existing project using the blog/video, but that didn't work, so I'm trying these examples. Still not working. The db url is correct, and the db has been manually created via `create database "deno-test";`. What am I doing wrong? Thanks! ```shell $ deno install $ deno -A npm:drizzle-kit generate Failed to find Response internal state key No config path provided, using default 'drizzle.config.ts' Reading config file '/home/bassam/code/playground/deno-examples/with-drizzle/drizzle.config.ts' Cannot find module 'drizzle-kit' Require stack: - /home/bassam/code/playground/deno-examples/with-drizzle/drizzle.config.ts - /home/bassam/.cache/deno/npm/registry.npmjs.org/drizzle-kit/0.27.2/bin.cjs ``` ``` deno 2.1.1 (stable, release, x86_64-unknown-linux-gnu) v8 13.0.245.12-rusty typescript 5.6.2 ```
2 条评论