jakemarsh / atom-spotify

Atom package for displaying the currently playing song in Spotify in Atom's status bar
MIT License
56 stars 19 forks source link

Install Fails #20

Open 0x4d6165 opened 9 years ago

0x4d6165 commented 9 years ago

When I try to install the extension, I get the following error:

npm ERR! Linux 3.16.0-4-amd64
npm ERR! argv "/usr/share/atom/resources/app/apm/bin/node" "/usr/share/atom/resources/app/apm/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/usr/share/atom/resources/app/apm/.apmrc" "--userconfig" "/home/gigavinyl/.atom/.apmrc" "install" "/tmp/d-115118-9897-m3xvxa/package.tgz" "--target=0.21.0" "--arch=x64"
npm ERR! node v0.10.35
npm ERR! npm  v2.3.0
npm ERR! code EBADPLATFORM

npm ERR! notsup Unsupported
npm ERR! notsup Not compatible with your operating system or architecture: atom-spotify@1.2.0
npm ERR! notsup Valid OS:    darwin
npm ERR! notsup Valid Arch:  any
npm ERR! notsup Actual OS:   linux
npm ERR! notsup Actual Arch: x64

npm ERR! Please include the following file with any support request:
npm ERR!     /tmp/apm-install-dir-115118-9897-17p2j59/npm-debug.log

It appears as thought the error is due to my computer using Linux instead of MacOS. Is there a workaround for this or will you be implementing Linux support soon?

decker-brower commented 9 years ago

+1

anderson-arlen commented 9 years ago

+1

ukita commented 9 years ago

+1

Abstract1337 commented 9 years ago

+1

jazzpi commented 9 years ago

Implementing Linux support basically required an entire rewrite due to the different APIs for Mac and Linux, so I did that and published it as https://atom.io/packages/spotify-linux.

I'll look into merging the two packages when I have the time, but that was more difficult than writing a new package.

antonio-gil commented 9 years ago

(I'm aware that is a old topic, but I don't feel correct to create another thread for the same issue)

I guess that it's the same situation for a windows machine?

thanks in advance.

jazzpi commented 9 years ago

Yes, atom-spotify only works on a Mac, there's been a closed issue for windows at #18.

maximvd commented 9 years ago

+1