Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminal Plus not working on #366

Open
stefan-matcovici opened this issue Oct 26, 2016 · 15 comments
Open

Terminal Plus not working on #366

stefan-matcovici opened this issue Oct 26, 2016 · 15 comments

Comments

@stefan-matcovici
Copy link

I am running atom on ubuntu 16.04.1. I updated atom and reinstalled terminal plus.
screenshot from 2016-10-26 23-04-33

@ghost
Copy link

ghost commented Oct 27, 2016

Same here on OSX 10.12 and Atom 1.11.2

@andreygolik
Copy link

I have the same issue.
macOS Sierra 10.12.1
Atom 1.11.2

@thoov
Copy link

thoov commented Oct 27, 2016

Seems like a dup of #361

@encodi
Copy link

encodi commented Oct 28, 2016

+1
macOS Sierra 10.12.1
Atom 1.11.2

@salim-dev
Copy link

I have the same issue.
windows 10
Atom 1.11.2

@pixeleate
Copy link

pixeleate commented Oct 29, 2016

Hello everyone, this issue can be fixed with the following procedure.

You must to have node-gyp installed before run these steps, run npm i -g node-gyp just to make sure:

  • cd ~/.atom/packages/terminal-plus
  • rm -rf ./node_modules
  • npm i
  • try open a new terminal-plus
  • enjoy

it's working for me:

macOS Sierra 10.12.1
atom 1.11.2

captura de pantalla 2016-10-29 a las 1 25 00 a m

The same for #365 #361 #359 #357

@newelement
Copy link

@pixeleate Tried that with no luck.

@bobmacneal
Copy link

I have the same issue.
macOS Sierra 10.12.1
Atom 1.11.2

Tried @pixeleate suggestion, but didn't work for me.

@duard
Copy link

duard commented Oct 31, 2016

Same insue here, Ubuntu

@pixeleate
Copy link

I can help you to make it work, just paste a screenshot of the log or error, usually is a problem with node-gyp, that needs python 2.7.x, Xcode with Command Line Tools and accept the terms and conditions of Xcode.

@skull-squadron
Copy link

skull-squadron commented Nov 1, 2016

What works

  1. Remove atom stable 1.11.x
  2. Install latest atom beta 1.12
  3. Rename Atom Beta (.exe or .app) to not contain spaces (Atom-Beta)
  4. apm-beta install jeremyramin/terminal-plus (installs from github)
  5. Works

@stefan-matcovici
Copy link
Author

screenshot from 2016-11-01 12-36-07
i tried all the solutions above
when i try to 'npm i' i get an error too about npy.js

@ziong
Copy link

ziong commented Nov 2, 2016

try this #362

@Fred-Barclay
Copy link

If you don't want to move to Atom Beta, these seem to be working:
#370 (comment)

@Randagio13
Copy link

Hi, I have the same problem with Atom v1.12.0

task.coffee:86 Module version mismatch. Expected 49, got 46. Error: Module version mismatch. Expected 49, got 46.
    at Error (native)
    at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:168:20)
    at Object.Module._extensions..node (module.js:568:18)
    at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:168:20)
    at Module.load (module.js:458:32)
    at tryModuleLoad (module.js:417:12)
    at Function.Module._load (module.js:409:3)
    at Module.require (module.js:468:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/Users/alessandrocasazza13/.atom/packages/terminal-plus/node_modules/pty.js/lib/pty.js:17:9)
    at Module._compile (module.js:541:32)
    at Object.value [as .js] (/Applications/Atom.app/Contents/Resources/app.asar/src/compile-cache.js:201:21)
    at Module.load (module.js:458:32)
    at tryModuleLoad (module.js:417:12)
    at Function.Module._load (module.js:409:3)
    at Module.require (module.js:468:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/Users/alessandrocasazza13/.atom/packages/terminal-plus/node_modules/pty.js/index.js:2:18)
    at Module._compile (module.js:541:32)
    at Object.value [as .js] (/Applications/Atom.app/Contents/Resources/app.asar/src/compile-cache.js:201:21)
    at Module.load (module.js:458:32)
    at tryModuleLoad (module.js:417:12)
    at Function.Module._load (module.js:409:3)
    at Module.require (module.js:468:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/Users/alessandrocasazza13/.atom/packages/terminal-plus/lib/process.coffee:1:7)
    at Object.<anonymous> (/Users/alessandrocasazza13/.atom/packages/terminal-plus/lib/process.coffee:1:1)
    at Module._compile (module.js:541:32)
    at Object.value [as .coffee] (/Applications/Atom.app/Contents/Resources/app.asar/src/compile-cache.js:201:21)
    at Module.load (module.js:458:32)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests