-
Notifications
You must be signed in to change notification settings - Fork 252
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 not working in Atom 1.7beta #201
Comments
|
@atomi: Your issue seems to be related to the Chrome version wanted by Electron. You might be able to fix that in terminal by running:
If that doesn't work, try removing terminal-plus and re-installing. |
@ShMcK Rebuilding did the trick. Thanks! |
On OSX, removing & re-installing didn't work, & |
I'm afraid that: |
Confirmed same here, no luck with the rebuild, I can't even uninstall terminal-plus... getting Failed to delete terminal-plus: Does not exist So can't use it and can't delete it atm |
I am experiencing the same issue. to remove it I ran install again first. Then I was able to uninstall. |
I am having the same issue. Rebuilding, reinstalling, and even reinstalling Atom have not worked. WARN: ERRORS:
|
I managed to make it work. It looks like a pty.js dependency is outdated. |
@Nemesis9765 Did you look at the console output? Maybe we have some hint in there. |
@voliva, i have the same issue as others about the expected version issue,
|
Same problem here |
Version 1.7.0 has now been rolled out from BETA, now will be broken by everyone who updates to latest atom version? - broken on mine same issues as above. |
I just installed fresh stable Atom 1.7.0 and it is broken. Tried |
having same problem here. Was really enjoying the package. |
it deleted the node_modules folder from terminal-plus folder and ran npm install. It says: MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visual Studio The package was working seamlessly until yesterday. Has anyone been able to resolve the issue? |
Friends, Please take a look at PlatformIO fork https://github.com/platformio/platformio-atom-ide-terminal We forked this repo a few months ago and support it. Also, we have just released a new version that works with Atom 1.6+. |
@ivankravets Thankyou very much. |
Same problem here. After trying all of the above I managed to reinstall after deleting terminal-plus from the .apm directory, but still no good. Going to try the PlatformIO fork from @ivankravets |
Updated my atom to version 1.7.1 tried to delete the node modules and npm i on the package folder. Not working. Tried to run |
@ivankravets could you please fix the following in your package?
These things had been addressed in the original terminal-plus and I am missing them in your fork. |
@17100148 please open an issue here https://github.com/platformio/platformio-atom-ide-terminal/issues |
Still not working with Atom 1.7.2. |
So should this package be marked as abandoned and I move onto this other terminal package? Been nearly a month and no movement on this. |
shit isn working yo same problem with mismatch, none of the solutions here helped. |
The most likely fix was posted in another issue by user @codevinsky and a typo from the user, in the first terminal command: should be |
I have tried apm rebuild, uninstalling and reinstalling on my mac running El Capitan. I will just use a different terminal option. |
Bye-bye Terminal plus, use |
platform io ide terminal is the way to go. |
It would be so great if this gets fixed. |
not with the latest version of atom it doesn't |
ok but it doesn't matter anymore, just installed platform-io-ide-terminal, seems to work fine |
Same issue. Guessing this package is no longer maintained. |
The problem is with
After it, the |
This problem happend for me after upgrading to Atom 1.12. I find solution in vertexclique/tokamak-terminal#10 (comment) and it works for |
its also broken for me, ubunut 16.04 atom 1.12 |
Dear Participants, Next time when you have problems with Terminal, please do the next steps:
We have pre-built PTY binaries for the most popular OSs. Howerver, if you use specific Linux distribution that depends on own Atom/node.js/nan, you need to have native PTY binary. Each time when you install
The our latest binaries should work in 99%. The only one exclusion is specific Linux distributive. Current Linux binary is compiled for Ubuntu x86_64. Regards, Ivan. |
Installing platformio-ide-terminal and uninstalling terminal-plus worked for me 👍 |
Uninstalled terminal-plus, installed platformio-ide-terminal and now works like a charm! |
Same issue. |
Same issue. |
Same issue with package being installed and empty prompt with inability to type anything on MacOS 10.12.3 Atom 1.13.1 x64. uninstalled terminal-plus, platformio-ide-terminal installed and is working as expected |
I also uninstalled terminal-plus, |
Same issue on Archlinux with Atom 1.14 from the |
platformio-ide-terminal is working for me. |
Bump for same issue. Blank terminal |
I have switched to the platformio-ide-terminal fork of this which works. This package does not work (OSX 10.11). This problem is over a year old, I'd recommend either maintaining it or asking what they did on that fork and merge it in |
platformio-ide-terminal works!!! I am using ubuntu 16.04 |
Just install the platformio-ide-terminal, guys. It works. |
Switched to Termination... Works great. |
Uninstalling and installing it again worked for me. |
Opening terminal-plus in Atom 1.7beta results in an empty terminal. Typing has no effect.
OS: Mac 10.11.13
The text was updated successfully, but these errors were encountered: