Error [ERR_PACKAGE_PATH_NOT_EXPORTED]
I'm getting the following error using node / nodemon / ts-node. Just started happening, never had this issue before:
Studio is working and drizzle kit push successfully created the db
any ideas? Thanks
1 Reply
it was an incorrect import added by ide - import {sql} from "drizzle-orm/index" instead of import {sql} from "drizzle-orm"