-
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
Just single symbol of cursor and I can't type anything. #321
Comments
I'm also getting the same thing as well. |
I'm having the same issue on my MacBook Air but not on my MacBook Pro. Both have the latest MacOS updates. |
+1 |
Issue confirmed, also on OSX. |
+1, OS X Yosemite, Atom 1.9.9. Have tried |
Same here. Linux Mint 18 Cinnamon. Atom 1.9.9 |
same just installed it. |
Ditto, OSX 10.10.5 |
Until this is fixed for anyone stuck on this, this package works https://github.com/platformio/platformio-atom-ide-terminal |
The issue goes -all- the way down to a dependency on Anyhow, to fix it (on macOS at least) $ cd ~/.atom/packages/terminal-plus/pty.js
$ rm -rf node_modules
$ atom package.json Edit the Close atom and jump back to your terminal $ export npm_config_target=0.37.8
$ export npm_config_arch=x64
$ export npm_config_disturl=https://atom.io/download/atom-shell
$ export npm_config_runtime=electron
$ export npm_config_build_from_source=true
$ HOME=~/.atom-gyp npm install There... you fixed it... probably. |
For what it's worth, the Chrome Dev-Tools console window throws the following console error:
It appears that the Windows and Mac binaries for your pty package needs updating again. |
Fix by @codevinsky works for me on Mac. |
@codevinsky Thanks a ton!!!!! |
Terminal-fusion |
@codevinsky - thanks! Can confirm this worked for me too. |
@codevinsky - Thanks! Works on Ubuntu 16.04. |
platformio work perfect, fork of terminal-plus |
The text was updated successfully, but these errors were encountered: