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

After Atom Update 1.12.0, Just a blinking caret , does not show directory location #383

Closed
anandvip opened this issue Nov 10, 2016 · 20 comments

Comments

@anandvip
Copy link

anandvip commented Nov 10, 2016

keyboard input does not show in terminal
@udyux Suggested (It worked for me).

Uninstall terminal-plus
apm install LarsKumbier/terminal-plus
My terminal's background-color used to match Atom's theme but with this patch the background is black on standard profile. If you're as picky as I am, you can fix this by setting background-color: transparent; in standard.less (on Mac it's usually in ~/.atom/packages/terminal-plus/styles/themes/)
No idea if this works for Windows.

@mikebelanger
Copy link

Same here -- happened after I upgraded Atom to the latest version (1.12.0), and I followed its recommendation to rebuild this package -- pretty sure it had something to do with the upgrade.

@miquelbrazil
Copy link

Same issue for me too. :-(

@kutulus
Copy link

kutulus commented Nov 10, 2016

Same for me - as @mikebelanger discribed

@timdrichards
Copy link

I also encountered this problem. I tried to uninstall and reinstall and still does not show the terminal.

@nallie
Copy link

nallie commented Nov 10, 2016

Same here

@izaera
Copy link

izaera commented Nov 10, 2016

This is a duplicate of #382

@mrdivine
Copy link

same here

@Fred-Barclay
Copy link

This is affecting a lot of us... #367 #366 #365 #362 #361 #359 #357 #353 #352 #351

Until the developers get this fixed, there are some alternatives:
termination (shameless self-promotion) 😉
tokamak-terminal
platformio-ide-terminal

@raffi-minassian
Copy link

I'm seeing this too now. Same as described. After Atom updates, you get a message about rebuilding the package. After that, you get what everyone is describing.

I tried uninstalling and reinstalling the package as well. That doesn't solve the problem. I'm happy to try anything else that would be helpful for solving the issue. In the meantime, I'll go back to using an external terminal window.

Thanks!

@udyux
Copy link

udyux commented Nov 10, 2016

This solution worked for me (thanks @LarsKumbier), from #362:

macOS Sierra 10.12.1
Atom 1.12.0

Uninstall terminal-plus
apm install LarsKumbier/terminal-plus

My terminal's background-color used to match Atom's theme but with this patch the background is black on standard profile. If you're as picky as I am, you can fix this by setting background-color: transparent; in standard.less (on Mac it's usually in ~/.atom/packages/terminal-plus/styles/themes/)

No idea if this works for Windows.

@promar93
Copy link

promar93 commented Nov 10, 2016

Thanks @udyux the completing the apm install again worked for my install, I used the material theme, so I didn't have to apply the style change to the less. I prefer it to stand out.

@madranet
Copy link

Another "me too".

Re-installing via apm install LarsKumbier/terminal-plus seems to have fixed it for me too, but Terminal-Plus is no longer showing up in Atom's "Installed Packages" pane. Is that normal behaviour? [I've only ever installed packages through the GUI before]

@LarsKumbier
Copy link

@madranet did you remove the old terminal-plus? If not, remove, install and rebuild via apm

@madranet
Copy link

Yes. I removed the old version first [via the GUI] then installed the new one via apm

@udyux
Copy link

udyux commented Nov 11, 2016

@madranet it should be under "community installed packages Git Packages" at the very bottom of the packages section.

@everhopingandwaiting
Copy link

image
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
at Object.Module._extensions..node (module.js:568:18)
at Object.module.(anonymous function) as .node
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. (/home/john/.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
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. (/home/john/.atom/packages/terminal-plus/node_modules/pty.js/index.js:2:18)
at Module._compile (module.js:541:32)
at Object.value as .js
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. (/home/john/.atom/packages/terminal-plus/lib/process.coffee:1:7)
at Object. (/home/john/.atom/packages/terminal-plus/lib/process.coffee:1:1)
at Module._compile (module.js:541:32)
at Object.value as .coffee
at Module.load (module.js:458:32)(anonymous function) @ task.coffee:86(anonymous function) @ task.coffee:146module.exports.Emitter.simpleDispatch @ emitter.js:25module.exports.Emitter.emit @ emitter.js:129(anonymous function) @ task.coffee:98emitTwo @ events.js:106emit @ events.js:191process.nextTick @ internal/child_process.js:719_combinedTickCallback @ internal/process/next_tick.js:67_tickCallback @ internal/process/next_tick.js:98
task.coffee:86 Cannot read property 'bind' of null TypeError: Cannot read property 'bind' of null
at process. (/usr/share/atom-beta/resources/app.asar/src/task-bootstrap.js:82:23)
at emitTwo (events.js:106:13)
at process.emit (events.js:191:7)
at process.nextTick (internal/child_process.js:719:12)
at _combinedTickCallback (internal/process/next_tick.js:67:7)
at process._tickCallback (internal/process/next_tick.js:98:9)(anonymous function) @ task.coffee:86(anonymous function) @ task.coffee:146module.exports.Emitter.simpleDispatch @ emitter.js:25module.exports.Emitter.emit @ emitter.js:129(anonymous function) @ task.coffee:98emitTwo @ events.js:106emit @ events.js:191process.nextTick @ internal/child_process.js:719_combinedTickCallback @ internal/process/next_tick.js:67_tickCallback @ internal/process/next_tick.js:98

@anandvip
Copy link
Author

@udyux Thanks

@madranet
Copy link

@madranet did you remove the old terminal-plus? If not, remove, install and rebuild via apm

Nope. Not showing up, when installed via apm

2016-11-11_17-13-24

No biggie. Just makes it a bit difficult to know when an update's available.

@jamesdehart
Copy link

@madranet if you search in the gui for "termini" you will see the installed page under git.

Hope this helps.

image

@jameswilliamknight
Copy link

jameswilliamknight commented May 3, 2017

problem solved installing via apm.

apm install LarsKumbier/terminal-plus

not sure how necessary the LarsKumbier/ portion was.

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