Festify / cordova-spotify

:notes: A Cordova / PhoneGap plugin for the Spotify SDKs on iOS and Android
MIT License
23 stars 21 forks source link

Trouble installing on Windows #58

Open jmarkyston opened 4 years ago

jmarkyston commented 4 years ago

Is there a version of this that can be installed on Windows? When I try to install via cordova plugin add cordova-spotify, I get an error about Bash not being installed. When Bash is installed, I get errors about not being able to access a disk. Would my issue be resolved if this issue is resolved (https://github.com/Festify/cordova-spotify/issues/31)?

NeoLegends commented 4 years ago

Hey, does it work if you install this through the MinGW shell?

jmarkyston commented 4 years ago

That may have moved me forward a bit. New error after running in MinGW (MSYS) shell:

gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now

Any thoughts?

bigreni commented 2 years ago

@jmarkyston Were you able to resolve this? I am facing the same error on Windows.

Thanks