Error :Error: (0 , USe.isError) is not a function, Error while Prisma init in NEXT-js app , postgresql
i was trying to build An E-commerce as using next-js, Prisma, PostgreSQL i followed this steps: step 1: npx create-next-app@latest . step 2: npm i --save-dev ts-node step 3: npm install prisma --save-dev step 4: npx prisma init --datasource-provider sqlite…