I'm getting an error that I havent had before <htt...
# orm-help
n
I'm getting an error that I havent had before https://www.howtographql.com/graphql-js/4-adding-a-database/ Trying to run the prisma deploy it returns Cluster undefined does not exist.
n
which version of the Prisma CLI do you have installed?
n
yarn global add prisma@1.6.3
I'm following strictly the tutorial I'm even using the same package.json and yarn. I'm not doing any different
prisma/1.10.2 (windows-x64) node-v9.10.1
n
prisma/1.10.2 (windows-x64) node-v9.10.1
that seems to be the issue. the tutorial currently only works with CLI versions <1.7 (we’re currently working on an update already)
n
How do I downgrade cause I did runt the yarn global add prisma@1.6.3
n
maybe try
yarn global remove prisma
and then add it again with that specific version
n
and
npm uninstall -g prisma
👍 1
n
Yep, you could also try
npm
! I’m not an NPM expert so I’m not quite sure what the cleanest process is here. Let me know if that solved the issue!
n
It is working!!!
🙏 1
Go ahead and close this issue the have experienced the same https://github.com/howtographql/howtographql/issues/650
n
Closed the issue, thanks a lot! 🙏