Skip to content
Discussion options

You must be logged in to vote

The export is real, but it only ships on the preview/dev build of @prisma/studio-core, not on the stable latest you installed.

You have "@prisma/studio-core": "^0.31.1", which resolves to 0.31.1 (the current latest dist-tag). I checked its package.json exports and ./data/ppg simply isn't there — the only ./data/* subpaths published on stable are:

./data           ./data/bff        ./data/mysql-core   ./data/mysql2
./data/node-sqlite  ./data/pglite  ./data/postgres-core  ./data/postgresjs
./data/sqlite-core  ./data/sqljs

No ./data/ppg and no ./data/accelerate, so TypeScript/Node can't resolve @prisma/studio-core/data/ppg and createPrismaPostgresHttpClient is unreachable. That's exactly th…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sisu-01
Comment options

Answer selected by sisu-01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants