Open ainiml opened 5 years ago
Same here doesn't take input.
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?
Same here. Is this package still maintained?
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, there's also atom-ide-terminal.
Same here, platformio-atom-ide works here as well
Try this package for Mac: https://github.com/jsmecham/atom-terminal-tab
It just shows a blinking cursor, and you can't type commands in it