after updating to prisma 3.2.0 from 2.0.0 I starte...
# orm-help
a
after updating to prisma 3.2.0 from 2.0.0 I started getting 'Prisma: command not found ' error when trying to deploy app via AWS Elastic Beanstalk. I am doing prisma generate at deploy my generate script is
"generate:prisma": "./node_modules/.bin/prisma generate"
also tried using
prisma generate
but got same error my dependencies have
"@prisma/client": "3.2.0",
and devDependencies have
"prisma": "3.2.0"
locally everything works fine does anyone know what could potentially change in this regard?