-
Notifications
You must be signed in to change notification settings - Fork 253
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
Blinking Cursor, but no input prompt (temporary fix) #402
Comments
this worked beautifully, thank you! |
I am also confirming that this fixed the issue for me. Thanks. |
Work for me, thank you |
When will this fix be added to release? |
It works! thanks! |
thanks! |
I'm windows user. |
insight1111 have you tried updating node and npm? |
thank you, TacoCoder. |
now i have updated node to 6.9.1 and npm to 4.0.2 |
Mine seems to be mostly working after micage's fix but if I try to run 'Atom .' in the terminal I get this error "LSOpenURLsWithRole() failed for the application /Applications/Atom.app with error -10810." |
This fix worked for me:
Thanks! |
I was having same error as @zzzgit and @insight1111 but after upgrading node to 6.9.1 and npm to 4.02 the fix worked (Ubuntu 16.04). |
update npm 4.0.2 and atom updaet to 1.12.6. |
|
it worked. Ubuntu 16.04 |
Please! Release this fix. Bugged me for weeks. |
Has anyone actually created a pull request for this? The fix worked for me. [EDIT] |
solution worked for me as well . Thanks |
Solution worked for me! Thank you!!! |
I have the same issue. The fix does not work for me (Windows 7 x64; node-gyp working correctly). |
still experiencing this issue - thanks for the fix :) (OSX) |
Sorry, maybe I'm stupid, but I can't do it. macOS 10.12.1, Atom 1.12.6, node-gyp 3.4.0, node v7.2.0, npm v3.10.9 I've done that:
But I see black screen and blincking cursor ;( platformio-ide-terminal dosen't work too. |
Worked like a charm for me. Thanks micage! :) |
Did not work for me. :-/ |
Wasn't working initially on macOS Sierra 10.12.2, worked like a charm after |
This didn't work for me on sierra |
Work for me, Thank you!!!!!!!! |
Removing atom and node.js to make it work sounds like 'restart the machine to fix high processing usage'. It is not a good solution at all. |
Everyone, I think you should try switching to Termination. Fork of terminal-plus that works great. Not part of an IDE. Active development. |
Platformio IDE terminal is also nice. |
I'm using iTerm2 since this broke again after Sierra update. Quite nice this terminal and it has an option to auto open/hide with hotkey (alt + space) - have to setup in settings, not enabled by default... |
This fix worked perfectly for me on Ubuntu 16.04, Atom 1.13.1 x64, Node 6.9.5 |
Thanks! Worked like a charm :) |
Great fix, thanks! |
Thanks! It works just fine! |
Thanks for the fix! Termination works great too! For all those using linux (ubuntu 14.04) having issues with npm install like myself, you should install both sudo apt-get install npm nodejs-legacy I found out thanks to this post also. |
Awesome find and fix. Cheers! |
thanks work for me! |
it worked, Thank you.... ! |
Worked like a charm for me. Thanks bro! |
Thanks! |
now working for me. |
Please refrain from "Thank you" or "Me too" comments. When you post them, the entire thread is notified. Use reactions instead. |
Yes, this solution is working me on Mac |
Thank You! |
OS: windows 10 |
Hi,
a lot of people - myself included - seem to struggle with the latest version of Terminal-Plus.
There is only this blinking caret but no text input possible.
I tried the following procedure with success and it seems to be working as expected. Hope this will help some of you, too:
In ~/.atom/packages/terminal-plus/package.json in the dependencies section
remove the commit id (#......) at the end of the pty.js entry:
"pty.js": "git+https://github.com/jeremyramin/pty.js.git#28f2667" becomes
"pty.js": "git+https://github.com/jeremyramin/pty.js.git"
cd ~/.atom/packages/terminal-plus/
npm install
apm rebuild
Restart Atom, this should be it ;)
The text was updated successfully, but these errors were encountered: