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
When using the Tokamak Terminal package, I get a module version mismatch in the debug console that prevents the terminal window from being launched. This happened on the 1.7.x beta versions and now the 1.7.0 version of Atom. The errors reported are reported in the JavaScript console, not in an Atom alert.
Here are the relevant errors from the error console:
Module version mismatch. Expected 47, got 46. Error: Module version mismatch. Expected 47, got 46.
at Error (native)
at process.module.(anonymous function) [as dlopen] (ATOM_SHELL_ASAR.js:159:20)
at Object.Module._extensions..node (module.js:450:18)
at Object.module.(anonymous function) [as .node] (ATOM_SHELL_ASAR.js:159:20)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:313:12)
at Module.require (module.js:366:17)
at require (module.js:385:17)
at Object.<anonymous> (/Users/eric/.atom/packages/tokamak-terminal/node_modules/pty.js/lib/pty.js:17:9)
at Module._compile (module.js:425:26)
at Object.defineProperty.value [as .js] (/Applications/Atom.app/Contents/Resources/app.asar/src/compile-cache.js:208:21)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:313:12)
at Module.require (module.js:366:17)
at require (module.js:385:17)
at Object.<anonymous> (/Users/eric/.atom/packages/tokamak-terminal/node_modules/pty.js/index.js:2:18)
at Module._compile (module.js:425:26)
at Object.defineProperty.value [as .js] (/Applications/Atom.app/Contents/Resources/app.asar/src/compile-cache.js:208:21)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:313:12)
at Module.require (module.js:366:17)
at require (module.js:385:17)
at Object.<anonymous> (/Users/eric/.atom/packages/tokamak-terminal/lib/process.coffee:1:7)
at Object.<anonymous> (/Users/eric/.atom/packages/tokamak-terminal/lib/process.coffee:1:1)
at Module._compile (module.js:425:26)
at Object.defineProperty.value [as .coffee] (/Applications/Atom.app/Contents/Resources/app.asar/src/compile-cache.js:208:21)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:313:12)
at Module.require (module.js:366:17)
at require (module.js:385:17)(anonymous function) @ /Applications/Atom.app/Contents/Resources/app.asar/src/task.js:52
And also:
Cannot read property 'bind' of null TypeError: Cannot read property 'bind' of null
at process.<anonymous> (/Applications/Atom.app/Contents/Resources/app.asar/src/task-bootstrap.js:82:23)
at emitTwo (events.js:87:13)
at process.emit (events.js:172:7)
at handleMessage (internal/child_process.js:686:10)
at Pipe.channel.onread (internal/child_process.js:440:11)
The text was updated successfully, but these errors were encountered:
When using the Tokamak Terminal package, I get a module version mismatch in the debug console that prevents the terminal window from being launched. This happened on the 1.7.x beta versions and now the 1.7.0 version of Atom. The errors reported are reported in the JavaScript console, not in an Atom alert.
Here are the relevant errors from the error console:
And also:
The text was updated successfully, but these errors were encountered: