Hello, I've been using prisma migrate(great funtio...
# prisma-migrate
s
Hello, I've been using prisma migrate(great funtionality!) for some time, but somehow when I typed the command just now, it doesn't work.
npx prisma migrate save --experimental
✔️ 1
I figured out that the command has now become
prisma migrate dev --preview-feature
, is this correct?
this doesn't work either. I'm executing this command inside
prisma
directory where there is a
schema.prisma
Issue resovled. For anybody stumbling upon similar problem, my solution was to erase node_modules and reinstall all dependencies again. This was a new project, and I probably mixed up using npm here and yarn there.
💯 1
j
Nice! We’re open to get any feedback about the tool 😃