atom-spotify
atom-spotify copied to clipboard
Install Fails
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: [email protected]
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?
+1
+1
+1
+1
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.
(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.
Yes, atom-spotify only works on a Mac, there's been a closed issue for windows at #18.
+1