I’m working on the HowtoGraphQL Hackernews tutoria...
# orm-help
m
I’m working on the HowtoGraphQL Hackernews tutorial. When I do a migrate I see this warning in the console:
warn(prisma) @prisma/cli has been renamed to prisma.
Please uninstall @prisma/cli: npm remove @prisma/cli
And install prisma: npm i --save-dev prisma
r
@Mitchell 👋 This is just a warning, so you can follow the above instructions by simply uninstalling
@prisma/cli
and then installing
prisma
of the same version as your
@prisma/cli
.
m
I saw that warning but and removed the cli, this caused an error in the tutorial so I reinstalled. I’ll try it again.
r
Has the warning gone after removing
@prisma/cli
and installing
prisma
?
m
Thanks, the first warning is gone now I see: warn Versions of prisma@2.19.0 and @prisma/client@2.18.0 don’t match.
r
Yeah their versions should be the same
You can update client to 2.19.0