nmaggioni/Simple-JSONdb

Error while writing to path "../../db.json",read-only file system, open '../../db.json'

mastercuber55 opened this issue · 1 comments

❌ | Error
Error: Error while writing to path "../../db.json": Error: EROFS: read-only file system, open '../../db.json'

Today at 09:12

Seems pretty self explanatory to me: you're trying to write to a read-only filesystem. Try another path or fix your mount options/permissions.