generate:pg - 0 Tables pnpm Monorepo

Seems to be related to this issue - https://github.com/drizzle-team/drizzle-kit-mirror/issues/24

I only have
drizzle-orm
/drizzle-kit installed in a single package in my repo.

  packages/db:
    dependencies:
      drizzle-orm:
        specifier: ^0.26.5
        version: 0.26.5(postgres@3.3.5)
      postgres:
        specifier: ^3.3.5
        version: 3.3.5
    devDependencies:
      '@typescript-eslint/eslint-plugin':
        specifier: ^5.59.8
        version: 5.59.8(@typescript-eslint/parser@5.59.8)(eslint@8.42.0)(typescript@5.1.3)
      '@typescript-eslint/parser':
        specifier: ^5.59.8
        version: 5.59.8(eslint@8.42.0)(typescript@5.1.3)
      drizzle-kit:
        specifier: ^0.18.1
        version: 0.18.1
      eslint:
        specifier: ^8.42.0
        version: 8.42.0
image.png
image.png
GitHub
Hello! After installing the neon-cf example (on Mac), I first had to update all packages, then run the drizzle-kit up:pg (successful), after which I managed to upload the migration to Neon, and pla...
Was this page helpful?