HelloWorld017 / atom-discord

Integrate with Discord and show Rich Presence information.
https://atom.io/packages/atom-discord
MIT License
105 stars 28 forks source link

I can't install it from amp #28

Closed JuanM04 closed 6 years ago

JuanM04 commented 6 years ago

Hi, when I installed atom-discord I had this issue.

Failed to install atom-discord because Git was not found.

The atom-discord package has module dependencies that cannot be installed without Git.

You need to install Git and add it to your path environment variable in order to install this package.

You can install Git by downloading, installing, and launching GitHub for Windows: https://windows.github.com

Run apm -v after installing Git to see what version has been detected.

But I have Git and GitHub desktop installed.

HelloWorld017 commented 6 years ago

Could you describe exactly why it is not installed from apm?

JuanM04 commented 6 years ago

Supposedly it's because I don't have Git. But I have Git and GitHub Desktop.

HelloWorld017 commented 6 years ago

Hmm.. I meant that is there any error reports or error message, etc...

JuanM04 commented 6 years ago

It's all. It's a CopyPaste

HelloWorld017 commented 6 years ago

Oh, I think installing git, not github desktop is essential to install.

JuanM04 commented 6 years ago

I have reinstalled git yet.

JuanM04 commented 6 years ago

But, I think that is a bluebird's problem

HelloWorld017 commented 6 years ago

If you install this package via apm, the libraries (like blubird) should be installed automatically and I strongly recommend to do that. But, if you download github release and copy to packages folder, you should install libraries by executing command $ npm install on the package directory. You can get npm by installing node.js

JuanM04 commented 6 years ago

But, I tried to install it with apm and then with npm. When I was installing blubird, the same fail message showed. So I tried to install another library (eg: express) and works.