-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Labels
Description
Describe the problem:
innerError Error: Cannot find module '../build/Debug/pty.node'
Require stack:
- /opt/Tabby/resources/app.asar/node_modules/node-pty/lib/unixTerminal.js
- /opt/Tabby/resources/app.asar/node_modules/node-pty/lib/index.js
- /opt/Tabby/resources/app.asar/dist/main.js
-
at Module._resolveFilename (node:internal/modules/cjs/loader:1232:15)
at Function.s._resolveFilename (node:electron/js2c/browser_init:2:123242)
at Module._load (node:internal/modules/cjs/loader:1058:27)
at Function.c._load (node:electron/js2c/node_init:2:16955)
at Module.require (node:internal/modules/cjs/loader:1318:19)
at require (/opt/Tabby/resources/app.asar/node_modules/v8-compile-cache/v8-compile-cache.js:159:20)
at Object.<anonymous> (/opt/Tabby/resources/app.asar/node_modules/node-pty/lib/unixTerminal.js:34:15)
at Module._compile (/opt/Tabby/resources/app.asar/node_modules/v8-compile-cache/v8-compile-cache.js:192:30)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1564:10)
at Module.load (node:internal/modules/cjs/loader:1295:32) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/opt/Tabby/resources/app.asar/node_modules/node-pty/lib/unixTerminal.js',
'/opt/Tabby/resources/app.asar/node_modules/node-pty/lib/index.js',
'/opt/Tabby/resources/app.asar/dist/main.js',
undefined
]
}
1.0.216 Linux version does not have the above issues.
Reactions are currently unavailable