code: 'ERR_PACKAGE_PATH_NOT_EXPORTED'
i'm trying to start a new project using pnpm and create-t3-app.
initial setup goes fine, but once i've linked up with an awake, free-tier, planetscale db and try to run
pnpm db:push
, an alias for dotenv drizzle-kit push:mysql
, i get the following error.
i have tried downgrading drizzle-kit to ^0.19.3
as suggested in this thread https://discord.com/channels/1043890932593987624/1188413169668980768/1188647000707694622, which seems to be about a similar issue to mine, but to no avail.
any help is greatly appreciated
terminal output for good measure:
1 Reply
upgrading
drizzle-orm
to version ^0.29.2
seems to have resolved the issue