jeremyramin / terminal-plus

A terminal package for Atom, complete with themes and more.
https://atom.io/packages/terminal-plus
MIT License
479 stars 253 forks source link

Terminal not launching. Seems related to Node version. #522

Closed Rude-Monkey closed 4 years ago

Rude-Monkey commented 6 years ago

I only get a black window with a cursor blinking in it after a "successful" installation. I just installed my new working machine with the latest Atom and Node packages.

By looking at the console in the developer tools, I noticed this: capture d ecran de 2017-11-25 15-43-24

tonykay commented 6 years ago

I see the same thing in the log and the same blinking cursor

The module '/Users/tok/.atom/packages/terminal-plus/node_modules/pty.js/bin/darwin/x64.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 46. This version of Node.js requires NODE_MODULE_VERSION 53. Please try re-compiling or re-installing the module (for instance, usingnpm rebuildornpm install). Error: The module '/Users/tok/.atom/packages/terminal-plus/node_modules/pty.js/bin/darwin/x64.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 46. This version of Node.js requires NODE_MODULE_VERSION 53. Please try re-compiling or re-installing the module (for instance, usingnpm rebuildornpm install). at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:173:20) at Object.Module._extensions..node (module.js:598:18) at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:173:20) at Module.load (module.js:488:32) at tryModuleLoad (module.js:447:12) at Function.Module._load (module.js:439:3) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at Object.<anonymous> (/Users/tok/.atom/packages/terminal-plus/node_modules/pty.js/lib/pty.js:17:9) at Object.<anonymous> (/Users/tok/.atom/packages/terminal-plus/node_modules/pty.js/lib/pty.js:477:3) at Module._compile (module.js:571:32) at Object.value [as .js] (/Applications/Atom.app/Contents/Resources/app.asar/src/compile-cache.js:234:23) at Module.load (module.js:488:32) at tryModuleLoad (module.js:447:12) at Function.Module._load (module.js:439:3) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at Object.<anonymous> (/Users/tok/.atom/packages/terminal-plus/node_modules/pty.js/index.js:2:18) at Object.<anonymous> (/Users/tok/.atom/packages/terminal-plus/node_modules/pty.js/index.js:4:3) at Module._compile (module.js:571:32) at Object.value [as .js] (/Applications/Atom.app/Contents/Resources/app.asar/src/compile-cache.js:234:23) at Module.load (module.js:488:32) at tryModuleLoad (module.js:447:12) at Function.Module._load (module.js:439:3) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at Object.<anonymous> (/Users/tok/.atom/packages/terminal-plus/lib/process.coffee:1:7) at Object.<anonymous> (/Users/tok/.atom/packages/terminal-plus/lib/process.coffee:1:1) at Object.<anonymous> (/Users/tok/.atom/packages/terminal-plus/lib/process.coffee:1:1) at Module._compile (module.js:571:32)

maxadamo commented 6 years ago

same here.

ghost commented 6 years ago

Ditto.

Distro: Linux Mint 18.3 Kernel: 4.10.0-42 terminal-pllus: 0.14.5

atom --version output:

Atom    : 1.23.0
Electron: 1.6.15
Chrome  : 56.0.2924.87
Node    : 7.4.0
jp-lno commented 6 years ago

Same here on a freshly new install

jp-lno commented 6 years ago

I solve my issue by installing platform-ide-terminal 2.7.0 on Atom. This package is just a fully functional fork of Terminal-Plus

ghost commented 6 years ago

@jplongo Thank you for this. Btw, it's platformio-ide-terminal.

MichaelBelgium commented 6 years ago

Same here, black window and only blinking cursor

OS: Windows 10 (64 bit) Atom: 1.23.1

steals commented 6 years ago

Same issue for me on macOs 10.13.2 Atom : 1.23.1 Electron: 1.6.15 Chrome : 56.0.2924.87 Node : 7.4.0

Rumors says terminal-plus is no longer maintained https://github.com/jeremyramin/terminal-plus/issues/514#issuecomment-334952042

Rude-Monkey commented 4 years ago

I'm closing this right now as I guess it may not be that relevant anymore.