-
Notifications
You must be signed in to change notification settings - Fork 161
Not working on version 1.32.2 x64 #632
Comments
Same issue, had to use a binary in AUR to make it work |
I am also experiencing this issue on Manjaro linux using version 1.32.2 x64. |
Same issue on Manjaro with version 1.32.2 x64 |
Atom v1.33, Electron v3.0.13, Chrome v66.0.3359.181, Node v10.2.0 Arch Linux, same issue |
Same issue for me under Arch Linux running 1.33.1... |
Another Manjaro user chiming in here, same issue. Atom's developer console displays an error about a missing module
|
Compile the latest branch atom-1.33.1 using node v8.9.3 and python2.x |
Same issue on Manjaro 18 with version 1.32.2 x64 |
@tonimomoni yes this fixes it with the PR in that thread (Sorry if this isn't how it's supposed to be said, still new to GIT and node).
|
it works on my Arch Linux with Atom 1.33.0 x64, |
yeah it works |
also worked for me |
@ivankravets would you please pin this issue? and also what fixes the problem is #585 please consider merging that, many issues will go away. |
@leon9923 @mmans0ur @sunilkandpal1o1 do you have GCC in a system? Actually, there is no sense in changing lines to #585
It means that you will build own node-pty using your system compiler. Try to uninstall this extension, install again and just cd ~/.atom/packages/platformio-ide-terminal
apm rebuild Restart Atom. Does it work without this PR #585 ? |
I think it is somehow related to archlinux
I uninstalled the extension ,reinstalled it and
again result is a blank blinking terminal @ivankravets |
I already tried doing that and I still gave me an error. Finally I had to
rebuild the whole atom Package from base and the error went away.
After that I found the patch and that worked with the default installation.
Hence I changed the lines.
And yes I have gcc.
…On Thu 24 Jan, 2019, 17:37 Ivan Kravets ***@***.*** wrote:
@leon9923 <https://github.com/leon9923> @mmans0ur
<https://github.com/mmans0ur> @sunilkandpal1o1
<https://github.com/sunilkandpal1o1> do you have GCC in a system?
Actually, there is no sense in changing lines to #585
<#585>
Run apm install or apm rebuild (atom has its own node version)
It means that you will build own node-pty using your system compiler. Try
to uninstall this extension, install again and just
cd ~/.atom/packages/platformio-ide-terminal
apm rebuild
Restart Atom. Does it work without this PR #585
<#585> ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#632 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIE9UvILYFePVRcosgHe1Xt8-kKKsGd8ks5vGaHwgaJpZM4ZU69J>
.
|
@ivankravets yes I have gcc installed |
Thanks! Resolved in https://github.com/platformio/platformio-atom-ide-terminal/releases/tag/v2.9.0 Please re-test. |
Working again! Thanks!
January 25, 2019 3:21 PM, "Ivan Kravets" <notifications@github.com (mailto:notifications@github.com?to=%22Ivan%20Kravets%22%20<notifications@github.com>)> wrote:
Thanks! Resolved in https://github.com/platformio/platformio-atom-ide-terminal/releases/tag/v2.9.0 (https://github.com/platformio/platformio-atom-ide-terminal/releases/tag/v2.9.0)
Please re-test.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub (#632 (comment)), or mute the thread (https://github.com/notifications/unsubscribe-auth/AXG154cKoQ78BxHpr4HcCSO0qnvqa_sGks5vGyB9gaJpZM4ZU69J).
G. Sebastián Pedersen
|
I was having this issue again except with 2.9.1 on Manjaro Linux. I tried building atom-editor-bin from AUR. While platformio-ide-terminal works in it the older version of electron it uses has issues with the menu bar not accepting the theme's text colors, leaving it unreadable. So, I went looking for a solution in hopes of getting it to work on the official package. I stumbled upon this issue and did a lot of the things above to no avail. I ended up finding a solution, so I'm leaving it here for anyone else still having this issue to discover: npm -g electron-rebuild
cd ~/.atom/packages/platformio-ide-terminal
electron-rebuild -v 4.2.6 -f After I do that platformio-ide-terminal works just fine. Took me quite a while to find this as I've never done any development with electron before myself. I did notice when I was digging through stuff that the node-pty-prebuilt package on npm is quite outdated, not having published anything to npm in a year. The node-pty package has been regularly published -- including some security-related updates. I don't know if that is going to eventually cause trouble in the future considering the official Arch package patches atom to use a newer shared version of electron, but I thought I'd point that out. |
Just open a blank and I can't write
The text was updated successfully, but these errors were encountered: