After installing prisma 1 globally and then follow...
# orm-help
m
After installing prisma 1 globally and then followed by prisma init I keep getting this error message $ prisma init bash: prisma: command not found Does anyone have a clue what is going on here? @nikolasburk
s
Prisma1 has been renamed prisma1, so try prisma1 init.
l
try npx prisma init bash
🦜 1
m
your right npx init worked
🙌 1