prisma / studio

🎙️ The easiest way to explore and manipulate your data in all of your Prisma projects.
https://www.prisma.io/studio
1.87k stars 48 forks source link

PRISMA ERROR #1230

Closed kennykay20 closed 3 months ago

kennykay20 commented 5 months ago

Bug description

I am having an error message to open prisma studio --- Error starting Prisma Client: { "code": "EPERM", "message": "EPERM: operation not permitted, utime

How to reproduce

Expected behavior

No response

Prisma information

prisma : 5.12.1

Environment & setup

OS: Mac OS Browser: Chrome Database: SQLite

Prisma logs

No response

janpio commented 3 months ago

Something blocked file access for Studio.

kennykay20 commented 3 months ago

Hi, please can you share more light on this?

janpio commented 3 months ago

Not really. Something on your computer prevented the process to run utime on the file that is missing from the error your pasted here (it usually comes right after what you included). Can you share the full error message you are getting? When exactly are you getting it?