Bug description
Something changed in my macOS Terminal environment since I updated NodeJS; I’ve needed to suddenly enable permissions where before none where needed. Likewise, I’m now receiving this strange error when I try to use prisma migrate:
Error: We detected that your environment is non-interactive. Running this command in not supported in this context.

How to reproduce
Not sure how to reproduce.
Expected behavior
Should let me choose to proceed with migration instead of ending the process.
Prisma information
2.13.0
Environment & setup
- OS: macOS 11.1
- Database: PostgreSQL
- Node.js version:
15.4.0
- Prisma version:
Bug description
Something changed in my macOS Terminal environment since I updated NodeJS; I’ve needed to suddenly enable permissions where before none where needed. Likewise, I’m now receiving this strange error when I try to use
prisma migrate:Error: We detected that your environment is non-interactive. Running this command in not supported in this context.How to reproduce
Not sure how to reproduce.
Expected behavior
Should let me choose to proceed with migration instead of ending the process.
Prisma information
2.13.0Environment & setup
15.4.0