-
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
win10, atom v1.0.13, terminal-plus v0.4.3 not working #15
Comments
Please try uninstalling and then reinstalling the app. Don't worry, your On Fri, Sep 18, 2015, 9:05 PM Z.Y. notifications@github.com wrote:
|
It's still not working. |
I'll have to take a look and run some tests of my own. I'll notify you here if I need any more information, or if I publish a release that fixes this issue. |
I'll really appreciate it. |
I know what the issue is now. I should have a fix for it soon. |
congratulations!!It's fast. |
Please update to the latest version of Atom (1.0.15) and try to use the package. |
Thanks, I'll try in few fours. |
Can you please show me what your console says? |
That means it was launched but it didn't work, which is different from what I originally thought was wrong. I'm surprised that you aren't seeing any error output. This is an issue with a dependency of the package, which I'll have to look at and get back to you. |
I seem to have a similar issue, but I also get a message in the console every time I try to open the terminal.
I'm running Windows 10, Atom 1.0.16, Terminal Plus 0.5.1 Please let me know if there's anything I can do to help debug this. =) |
@Maistho This is because you don't have the tools necessary to compile the native module dependencies of Terminal-Plus (see author's note in README). However, the plugin will still work because I provide precompiled binaries for each operating system. |
@Maistho Actually, which language are you using on your system? |
Same problem. Have properly installed node-gyp and devtools console still reports that pty.node module cannot be found. |
@jeremyramin I'm using English UK, but I'm in Sweden and have Swedish time and currency format. Does language affect what binaries are used? It seems that the winpty process starts (I can see it in taskmgr) but the terminal never loads. (Just a blinking cursor) |
I updated to 0.6.0, still have the same issue. |
@ridersx There still might be an error causing node-gyp not to compile the binaries properly. The way to check this is to navigate to the pty.js dependency folder for Terminal-Plus and look at the builderror.log file. @Maistho I'm starting to think that this might be an issue with the pty.js dependency having a conflict with systems using a different language. I'll have to look through their code and see why this would even be an issue. Also, these are the node-gyp install instructions for every platform. You need a couple more things for compiling binaries. |
What language would it work on? I could test changing my system language or locale and see if that solves it. Thanks for the link! =) |
I'm assuming that English is the only language it works on right now. If you could, please try changing the time and currency to English (or English UK in your case). If that still doesn't work, then we need to make sure that there aren't any other settings affecting the language on your system. |
Still doesn't seem to work (with english/UK). I'll try installing python and the other things needed for node-gyp and then rebuild, see if that helps. |
Also, I'm not sure if this is related, but if I try to uninstall while winpty-agent.exe is running the uninstall fails silently. I have to manually close the process in taskmgr before I can uninstall Terminal-plus |
I have same problem, winpty-agent.exe process won't be killed after close the terminal tab. |
This could be a problem with the winpty-agent. I'll find some time in the next couple days to go through the code. Winpty is a dependency of a Terminal-Plus dependency, so I haven't dealt with it much. |
@Maistho I'm curious. Did installing the proper tools for node-gyp and compiling your own version fix this issue for you? |
@jeremyramin I installed the vs2012 for desktop, I can find the winpty-agent.exe file in build directory, but there are no pty.node file, so the console shows can't find "../build/pty.node", I tried copy pty.node from bin/ to build/, but It's useless... |
@yzhen123 Use the following command to rebuild the pty.js dependency from the pty.js folder: |
Atom 1.10.2, Windows 10 Pro, 64-bit, build 1607, 14388.0 Here's the error I get:
followed by:
|
same as @Zeklandia :( |
Same here, @wowzaaa! |
Not sure if it's appropriate to ask here? |
Cannot find python executables. Please help |
Getting error while running node-gyp rebuild --target=0.30.6 --dist-url=https://atom.io/download/atom-shell |
Running command C:\Users\mailt.atom\packages\terminal-plus\node_modules\pty.js> node-gyp rebuild --target=0.30.6 --dist-url=https://atom.io/download/atom-shell C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error |
I'm having the same issue with terminal-plus 0.14.5 on Win 10, x64. events.js:154 I've tried every possible solution given here with no success. |
same issue with terminal-plus 0.14.5 on Win 10, x64 atom 1.11.2 |
Did it work? @Jeff-wu The same issue with you |
Same issue here, same bug happened (on a fresh install of atom on a debian stable that was just upgraded this morning). |
plateformio-ide-terminal doesn't work for me neither. I have a on Win 10, x64. |
Doesn't work here as well with the latest stable Atom 1.12.6 |
|
Doesn't work here too, I just installed Atom & |
I too can't get terminal-plus to work with Windows 10. I am stuck at pty.js not building and failing with
I've tried everything mentioned here. Edit: I've installed platformio-ide-terminal and it seems to be working. Scott |
I've too installed platformer-ide-terminal and it worked immediately. Thanks @smolinari |
Installing “terminal-plus@0.14.5” failed.Hide output… |
Processing -File 'E:\CompSci\Project X\Project-X\templates\basic_app\registration.html' failed because the file does not have a '.ps1' extension. Specify a val |
I'm going through the Stackskills online couse, "The Python Mega Course," which has a video entitled, "Setting up and Working with the Atom Editor" (4:37). The instructor appears to be using Windows 7. I'm using Windows 10. He shows how to install a useful package, "terminal Plus," and installs it. The "+" appears in the bottom of the Atom status line. I go through the same process and nothing confirms the Terminal Plus packages installs, no error message, nothing to indicate it installed successfully. I does appear in C\Users\Mike.atom.apm\terminal-plus with a folder for version 0.14.5. What is the simplest method to get terminal plus working with Atom running under Windows 10? |
#15 (comment) |
Windows 10 x64 v1803 Use Legacy Console had no effect. Even restarted the pc, no effect. |
when i run command node-gyp rebuild --target=0.30.6 --dist-url=https://atom.io/download/atom-shell these are the errors gyp: binding.gyp not found (cwd: C:\Windows\system32) while trying to load binding.gyp |
after successfully installed, it just don't show anything and can't type any commands. There are no error message either. But I have to say it could be the best terminal plugin in atom-windows
The text was updated successfully, but these errors were encountered: