Hello, When I trying to install Prisma globally (n...
# orm-help
a
Hello, When I trying to install Prisma globally (npm install -g prisma) on mac (10.14.6 ) have got the following warring:  "request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 /Users/admin/bin/prisma -> /Users/admin/lib/node_modules/prisma/dist/index.js + prisma@1.34.10 updated 1 package in 24.338s” then when I’m trying to do prism init, I see a message that the command not found: prisma I was trying with sudo and yarn -didnt help.
r
Hey @Anna Sudol 👋 could you try using
npx prisma init
?