Just tried out the quick demo and then tried the e...
# orm-help
j
Just tried out the quick demo and then tried the experimental notes on using prisma migrate. Ran
npx prisma migrate save --name "add-profile" --experimental
and got this:
migrate save is not a prisma command.
Is prisma migrate no longer working?
r
Hey @jonthewayne 👋 Have you installed the
@prisma/cli
locally? If so can you send me the version of this package?
j
Hi! I just wrote it up here (and this is for my own project, the demo works fine): https://github.com/prisma/prisma/issues/2309
Thanks for your help!
👍 1