-
Notifications
You must be signed in to change notification settings - Fork 12
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
Instruction page if ungit is not installed #18
Comments
Actually, atom-ungit install ungit as an npm dependency. package.json identifies ungit as dependency and it is installed during install, which is reason why install is sort of slow. And for non window machines, atom-ungit will try to start global ungit, if avaliable. If not avaliable, start ungit within atom-ungit. If you have windows, always start local ungit. But I do like the idea of having a page giving instruction on how to install node if it is missing. |
Yesterday I found that I did not have independent nodejs installed on my Ubuntu machine (I recently upgraded to 14.10), but I had Atom running (that was installed from a PPA). When I installed atom-ungit from the usual Atom package repository and tried to run it, it failed and I found an error in the Atom developer console that was complaining about unavailability of "node". Then I installed latest version for "nodejs" followed by "ungit" and it worked. |
Missing node, yes you would have to install it. But atom-ungit should be able to run without installing ungit. |
I have trouble to get atom-ungit working with Windows 10. Works fine with Linux... Tried to install
So what's wrong / missing? |
Hi, Requirement for atom-ungit is nodejs and atom. i'm not sure what you mean by but not opens. Could you share the client log in atomjs via opening the developer's tool? |
I used atom-ungit @ Linux and all works fine. ungit opens up as a atom "tab", but with Windows10 ungit works only with the browser outside of atom. It's not integrated as expected. |
I understand it is functional in linux but could you possibly share the atom client log in windows 10 so I can help you debug or possibly fix? Without it, I'm blind to what the problem is. |
Today the new Surface Pro 4 stopped working after just a week... So I can't take a closer look at logs at the moment. I think it have to be replaced... Maybe it was related to my Chrome and audio bugs I experienced... Also recovery doesn't work. Maybe my problem is Surface firmware / Win10 related... |
Tested again atom-ungit (current version with up to date atom). ungit works fine standalone.
|
First of all, the README file needs to mention that for this package to work, ungit must be installed (and a link to installation instructions that are noted on the README of the main ungit repository).
Also, it will be nice if a user installs this package and does not have ungit (or even nodejs) installed then the iframe under the ungit tab of the editor should show a page with instructions to install necessary things to get it working.
The text was updated successfully, but these errors were encountered: