error when running kit's introspect or studio

Hello!

When running stuff from drizzle kit i get internal import errors
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './gel-core' is not defined by "exports" 
Package subpath './singlestore-core' is not defined by "exports" 


I'm using pnpm, and nx. I have already tryed to remove "type": "module", from the package json but it does nothing. I'm on the latest and greatest versions of drizzle:

    "drizzle-orm": "^0.44.1",
    "drizzle-kit": "^0.31.1",


any ideas? Thanks!
Was this page helpful?