Is anyone else having trouble running `prisma play...
# orm-help
d
Is anyone else having trouble running
prisma playground
? I see the following:
Copy code
Cannot read property 'getProjects' of null
h
Hi, I already had a look and I was unable to reproduce this. Do you have graphql cli globally installed?
Also, Can you please check your prisma cli version?
d
Yes, I have graphql-cli globally installed.
prisma/1.26.4 (darwin-x64) node-v10.15.1
h
I think that is the problem, prisma cli uses that package to get a playground for you. Please uninstall that and try again. Also, you can directly goto the playground using the URL listed in the prisma.yml
npm uninstall -g graphql-cli
d
I uninstalled the global package yet still have the issue.
h
are you running the command in the root. I think you need to run that from the prisma folder you have
👍 1
d
That was it! Yeah, I was running from root.
h
Looks like something we can add that to the issue. If you have some time please add this info there
d
Sure.
Thanks again for your help. I really appreciate it.
🙌 1