You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2024. It is now read-only.
This error started being thrown this morning. And only with 5.2.1. It is not thrown on 5.2.0.
pkg/prelude/bootstrap.js:1614
throw error;
^
Error: EISDIR: illegal operation on a directory, read
at error_EISDIR (pkg/prelude/bootstrap.js:553:17)
at readFileFromSnapshot (pkg/prelude/bootstrap.js:894:33)
at Object.readFileSync (pkg/prelude/bootstrap.js:938:18)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1095:18)
at Module.load (internal/modules/cjs/loader.js:933:32)
at Function.Module._load (internal/modules/cjs/loader.js:774:14)
at Module.require (internal/modules/cjs/loader.js:957:19)
at Module.require (pkg/prelude/bootstrap.js:1593:31)
at require (internal/modules/cjs/helpers.js:88:18)
at Object.<anonymous> (/snapshot/app/node_modules/sqlite3/lib/sqlite3-binding.js:4:15) {
errno: -21,
code: 'EISDIR',
path: '/snapshot/app/node_modules/sqlite3/lib///',
pkg: true
}
there was a problem running the executable
This error started being thrown this morning. And only with 5.2.1. It is not thrown on 5.2.0.