Skip to content

Commit c949d19

Browse files
Add necessary --node-modules-dir flag to table creation via Drizzle (#1327)
Co-authored-by: Jo Franchetti <jofranchetti@gmail.com>
1 parent bc57ffc commit c949d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tutorials/drizzle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Once we have defined `./src/db/schema.ts`, we can create the tables and their
223223
specified relationship by creating a migration:
224224

225225
```bash
226-
deno -A npm:drizzle-kit generate
226+
deno -A --node-modules-dir npm:drizzle-kit generate
227227

228228
Failed to find Response internal state key
229229
No config path provided, using default 'drizzle.config.ts'

0 commit comments

Comments
 (0)