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
Failed to activate terminal-tab: The modulewas compiled against a different Node.js version using NODE_MODULE_VERSION 73. This version of Node.js requires NODE_MODULE_VERSION 80
#137
The terminal-tab package has randomly started crashing for me. Error and stack trace:
The module '/home/sbrl/.atom/packages/terminal-tab/node_modules/node-pty-prebuilt-multiarch/build/Release/pty.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 73. This version of Node.js requires
NODE_MODULE_VERSION 80. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).
Hide Stack Trace
Error: The module '/home/sbrl/.atom/packages/terminal-tab/node_modules/node-pty-prebuilt-multiarch/build/Release/pty.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 73. This version of Node.js requires
NODE_MODULE_VERSION 80. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).
at process.func [as dlopen] (electron/js2c/asar.js:140:31)
at Object.Module._extensions..node (internal/modules/cjs/loader.js:1034:18)
at Object.func [as .node] (electron/js2c/asar.js:140:31)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Module._load (internal/modules/cjs/loader.js:727:14)
at Function.Module._load (electron/js2c/asar.js:769:28)
at Module.require (file:///usr/share/atom/resources/app.asar/static/index.js:72:46)
at require (/usr/share/atom/resources/app/static/<embedded>:11:149153)
at Object.<anonymous> (/home/sbrl/.atom/packages/terminal-tab/node_modules/node-pty-prebuilt-multiarch/lib/unixTerminal.js:26:11)
at Object.<anonymous> (/home/sbrl/.atom/packages/terminal-tab/node_modules/node-pty-prebuilt-multiarch/lib/unixTerminal.js:278:3)
at Module.get_Module._compile (/usr/share/atom/resources/app/static/<embedded>:11:149837)
at Object.value [as .js] (/usr/share/atom/resources/app/static/<embedded>:11:153385)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Module._load (internal/modules/cjs/loader.js:727:14)
at Function.Module._load (electron/js2c/asar.js:769:28)
at Module.require (file:///usr/share/atom/resources/app.asar/static/index.js:72:46)
at require (/usr/share/atom/resources/app/static/<embedded>:11:149153)
at Object.<anonymous> (/home/sbrl/.atom/packages/terminal-tab/node_modules/node-pty-prebuilt-multiarch/lib/index.js:13:20)
at Object.<anonymous> (/home/sbrl/.atom/packages/terminal-tab/node_modules/node-pty-prebuilt-multiarch/lib/index.js:51:3)
at Module.get_Module._compile (/usr/share/atom/resources/app/static/<embedded>:11:149837)
at Object.value [as .js] (/usr/share/atom/resources/app/static/<embedded>:11:153385)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Module._load (internal/modules/cjs/loader.js:727:14)
at Function.Module._load (electron/js2c/asar.js:769:28)
at Module.require (file:///usr/share/atom/resources/app.asar/static/index.js:72:46)
at require (/usr/share/atom/resources/app/static/<embedded>:11:149153)
at Object.<anonymous> (/home/sbrl/.atom/packages/terminal-tab/lib/terminal-session.js:3:52)
at Object.<anonymous> (/home/sbrl/.atom/packages/terminal-tab/lib/terminal-session.js:13:37)
at Module.get_Module._compile (/usr/share/atom/resources/app/static/<embedded>:11:149837)
at Object.value [as .js] (/usr/share/atom/resources/app/static/<embedded>:11:153385)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Module._load (internal/modules/cjs/loader.js:727:14)
at Function.Module._load (electron/js2c/asar.js:769:28)
at Module.require (file:///usr/share/atom/resources/app.asar/static/index.js:72:46)
at require (/usr/share/atom/resources/app/static/<embedded>:11:149153)
at Object.<anonymous> (/home/sbrl/.atom/packages/terminal-tab/lib/main.js:3:43)
If the error appears in the status-bar then if you click it you'll have the option to rebuild the packages. After you rebuilt and reloaded the packages everything should work fine.
The terminal-tab package has randomly started crashing for me. Error and stack trace:
Atom: 1.56.0 x64
Electron: 9.4.4
OS: Ubuntu 20.10
Thrown From: terminal-tab package 0.6.0
The text was updated successfully, but these errors were encountered: