Hi, has anyone ever had an issue when using `@pris...
# orm-help
a
Hi, has anyone ever had an issue when using
@prisma/migrate
with
@prisma/internals
as a peer dependency giving an error stating “Error: Cannot find module ‘fp-ts/TaskEither’“? I tried installing
fp-ts
as a peer dependency, but it doesn’t seem to be doing anything for the error.
👀 1
n
Hey Alex 👋 Do you have
@prisma/migrate
installed explicitly in your project? I haven’t seen this issue before but I am trying to understand what’s your exact use case.
a
Yeah, we’re using it to run migrations programmatically on a box that is cut off from the internet.
n
Oh I see, Could you create a Bug Report for this so that our engineering team could have a look?
a