Deploy to Heroku fails (closed) #75
Unanswered
FMGordillo
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Why do you have such weird custom output path? Could you just emit that to the folder in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Trying to deploy to Heroku an Express.js backend, from nowhere is not working anymore.
The short version:
prisma generate
fails, but I already have a generated folder, which works just fine on my local, and using PostgreSQL from Heroku.error TS2305: Module '"../../../../node_modules/@prisma/client"' has no exported member 'Prisma'.
on the build phase (withtsc
)The "long" version:
Technical details
schema.prisma
package.json
Beta Was this translation helpful? Give feedback.
All reactions