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

It doesn't work on mac! #514

Open danptesta opened 7 years ago

danptesta commented 7 years ago

I can't open any terminals after installing. I don't get the tool bar at the bottom of the window. The menu items are there under "Packages", but they don't do anything!

stalinb87 commented 7 years ago

The menu bar is showing at the button but the terminal never open, and cannot do anything

screen shot 2017-10-03 at 11 55 07 am

Stay that way forever

stalinb87 commented 7 years ago

I am getting this error

The module '/Users/sbonilla/.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, using `npm rebuild` or`npm install`). Error: The module '/Users/sbonilla/.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, using `npm rebuild` or`npm 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)

i am using node v6.9.5 (npm v5.4.0), try to update to the latest v8.6.0 and make npm i after deleting node_modules and still getting the error

jpswade commented 7 years ago

I also had an issue with this package, couldn't get it to work at all...

Fred-Barclay commented 7 years ago

Hey guys, Terminal plus isn't being maintained any more. There are two supported forks that I'm aware of: Termination (my fork) and platformio-atom-ide-terminal.