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

Unsupported platform on latest 1.2.0 update? #18

Closed sebabal closed 9 years ago

sebabal commented 9 years ago

Hi I am getting the following msg today when trying to update the package.

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:   win32
npm ERR! notsup Actual Arch: ia32

Any ideas? BTW, I am on Windows 8.1

paulbeattie commented 9 years ago

@sebabal atom-spotify doesn't support Windows, it only works on OS X as it relies on AppleScript through the spotify-node-applescript package (https://github.com/andrehaveman/spotify-node-applescript).

You were able to install this on Windows before as there was no OS requirement, this was introduced in ddeea61 and then released with 1.2.0.

jakemarsh commented 9 years ago

Yep, I was about to respond with exactly what @paulbeattie said @sebabal.

@paulbeattie thanks! :+1:

sebabal commented 9 years ago

Ah, thanks for the reply.