I am attempting to setup a prisma project for the ...
# orm-help
j
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
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.