I am attempting to setup a prisma project for the first time and I am getting the following error message after running
prisma init
. Any help is greatly appreciated as I could not find anything googling
r
Ryan
06/05/2020, 7:48 AM
Hey @Jody LeCompte 👋
If you're getting started with Prisma, I would suggest starting with Prisma 2 and cloning any one of the examples from here.
Also you can check out the docs as well where you can find how to setup and query your database.