terminal-plus icon indicating copy to clipboard operation
terminal-plus copied to clipboard

Terminal tab doesn't load or take input

Open ainiml opened this issue 6 years ago • 7 comments

It just shows a blinking cursor, and you can't type commands in it

image

ainiml avatar Jul 04 '19 15:07 ainiml

Same here doesn't take input.

YashKarthik avatar Jul 05 '19 15:07 YashKarthik

If you open dev-tools in Atom (Cmd-option-i on mac) you will probably see the error that is causing this.

In my case it seems to be a node version and build error 🤔

The module '/Users/mansona/.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 57. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`). Error: The module '/Users/mansona/.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 57. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).

I tried a few things rebuilding the package while swapping node versions with nvm but I couldn't get this to work 🤔 anyone have any tips?

mansona avatar Jul 08 '19 05:07 mansona

Same here. Is this package still maintained?

nerdius avatar Jul 10 '19 09:07 nerdius

Same here. Is this package still maintained?

Apparently not: https://github.com/jeremyramin/terminal-plus/issues/556#issue-411817238 I've just installed the suggested fork (platformio-atom-ide-terminal) which is working well.

wmoreland avatar Jul 10 '19 14:07 wmoreland

@wmoreland, there's also atom-ide-terminal.

nerdius avatar Jul 12 '19 12:07 nerdius

Same here, platformio-atom-ide works here as well

thpapei avatar Oct 16 '19 12:10 thpapei

Try this package for Mac: https://github.com/jsmecham/atom-terminal-tab

TheDarkTron avatar Nov 25 '19 09:11 TheDarkTron