-
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
in atom terminal plus isn't showing up #397
Comments
Yeah, I'm getting this same issue too. If you click on the pink bug icon in the bottom right of your screen shot, you can click to "rebuild" the package. This made TerminalPlus show again. But I can't type in the window. No text input appears. I do see some error when I open up the inspector. I assume that there were some breaking changes with the latest version of Atom. BTW, this is an excellent Atom plugin! |
I think it is happening to me as well... I can open a terminal window, but no prompt... just a flashing cursor block... cannot type into it. |
@lankford I am having the same issue. Just installed on version 1.12.5 |
So this is the error I see in the Inspector: /Applications/Atom.app/Contents/Resources/app.asar/src/task.js:52 I'm guessing that this is a core issue? I tried following the path and I didn't find a app.asar directory anywhere |
The file "~/.atom/packages/terminal-plus/node_modules/pty.js/build/Release/pty.node" is missing. Probably because of node-gyp can not build it. There is also a build error log with a lot of deprecation warnings. Copying pty.node from an older version didn't help either. May installing an older version will work until the issue has been fixed. |
Solution (that worked for me): In
Restart Atom, should be it ;) |
Hello, I have the same issue on atom v1.12.5 and terminal-plus v0.14.5. The solution of @micage (thanks! 👍 ) work for me : edit l.47 of .atom/packages/terminal-plus/package.json "pty.js": "git+https://github.com/jeremyramin/pty.js.git#28f2667", becomes run npm install && apm rebuild on .atom/packages/terminal-plus/ directory restart atom ide, it's ok. |
@sfauvart Worked for me as well! Thanks for the help! |
WOW! I just installed the package a few days ago and it never worked until I tried this. I thought my python was causing all this because of Thank you again! |
Fo me, I followed @sfauvart 's advice however, I can't npm install, whether using sudo or not. This is my error when I sudo.
Is there something I am misunderstanding? Should I just download the .zip file and install that way? |
What command are you calling where? What you should simply do is:
cd ~/.atom/packages/terminal-plus/
npm install
apm rebuild
If you're a yarn user, you might also prefer using Edit: On a side note: you shouldn't use |
@Vrakfall That is exactly what I did last time. Whether I used sudo to npm install or not, the outcome was the same. With that, I am familiar with node.js and using it. I'm just asking if there was something I am missing for the install. I noticed the author asked up to install a separate entity prior to using his plugin, which I also did to try and resolve the issue. None the less, I just returned to using the terminal. Below are my errors though
|
@kupoback Sorry, I was only able to assume what happened based on the few information I had and the way I was able to reproduce it. What is in your |
thanks everyone for the solutions, but what about fixing it? :D |
@Vrakfall : This is my JSON package. https://codeshare.io/ORDfT @sfauvart : I tried that also, to no avail. I am going to try and download the repo and drop the folder in there to see if that'll do EDIT: Here is an update after I unzipped the repo. I was still unable to install and rebuild the package. This is the new JSON package. https://codeshare.io/5RyVo2 |
Any update on this ? This plugin does not work out of the box with latest Atom. |
@kupoback Weirder and weirder. Is it possible that any of your There's definitely something trying to force you install Would you mind trying to move your directory somewhere else, somewhere freer of interferences, and try to @gibffe I think it's just a matter of time before the contributors finally notice this issue. ;D |
@Vrakfall It is. I mean, I can run npm install on any repo that I started, that has a package.json file in it. But not this one. Tried it in two spots, the .atom root and my Downloads folder to no avail. :\
|
@kupoback Let's see if your |
I'll try yarn, but I did do node-gyp -v. Running V 3.9.3 I'll report back with an edit EDIT: Back in business. yarn install worked just fine. Wonder now if there is something wrong with my npm... |
@kupoback That version doesn't even exist. Last one seems to be Try to reinstall it. Glad to hear it worked. ^^ This is probably because of the way yarn works, it is deterministic. On a side note for later, if you plan on keeping yarn, here's a time-saver reminder: don't try to install packages globally with it, yet, because of this: #1060. |
Weird that it said that version when I installed it last night. Glad it's working though. Should reinstall npm just in case, or maybe just leave it to yarn. Thank you for the tidbit on #1060! |
@kupoback You're welcome. ^^ I was thinking about reinstalling Enjoy! 😎 |
Got same problem like @kupoback. I solved it by removed all unnecessary params on
then ran restart atom ide, and the terminal-plus got back to the business |
The solution of @micage (thanks! 👍 ) work for me too,thanks ! |
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. |
@diruuu Thanks for the solution. Worked like a charm. Cheers 👍 |
on ARCH LINUX I did the above and still have the same error and plus all terminal packages I install on Atom do not work I am new to Atom and can't understand why the most important package is not build in just like all the other IDE's well is free so can't complained about not been perfect. gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack at ChildProcess.emit (events.js:210:5)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
gyp ERR! System Linux 5.3.8-arch1-1
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/oquinteros/.atom/packages/terminal-plus/node_modules/pty.js
gyp ERR! node -v v12.13.0
gyp ERR! node-gyp -v v5.0.5
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! pty.js@0.3.1 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the pty.js@0.3.1 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in: |
Thankyou very much. I have spend almost 1 hour to find the solution but didn't get much. |
atom
terminal plus isn't showing up, i have uninstall and same all well it doesn't show up
The text was updated successfully, but these errors were encountered: