xinranxiao / meteor-spotify-web-api

A meteor package for Spotify's web API.
MIT License
34 stars 10 forks source link

Stuck Extracting on Meteor 1.4.1.1 #8

Closed mcgovey closed 8 years ago

mcgovey commented 8 years ago

When I try to add the package 'meteor add xinranxiao:spotify-web-api' the install never gets past 'Extracting xinranxiao:spotify-web-api...'.

I've tried solutions suggested elsewhere with making sure all other packages in the project are up-to-date and that my unzip tool is working properly (I'm able to install other packages). I'm on Windows 10, Meteor 1.4.1.1

xinranxiao commented 8 years ago

I'll check it out and see if I can reproduce it -- is there anything special you are doing?

mcgovey commented 8 years ago

Nope, just trying to install on a barebones project. Thanks for taking a look!! On Wed, Sep 14, 2016 at 9:59 PM Xinran Xiao notifications@github.com wrote:

I'll check it out and see if I can reproduce it -- is there anything special you are doing?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/xinranxiao/meteor-spotify-web-api/issues/8#issuecomment-247211990, or mute the thread https://github.com/notifications/unsubscribe-auth/ABu76wEdUlj_8XAhHb1DYXYaz3CNl5Xpks5qqKaIgaJpZM4J9aVE .

xinranxiao commented 8 years ago

Looks like this thread explains the culprit: https://github.com/meteor/meteor/issues/7688

Check it out and see if it helps

xinranxiao commented 8 years ago

This may also help: https://forums.meteor.com/t/solution-to-meteor-hanging-extracting-package-on-windows/28873

mcgovey commented 8 years ago

I tried those but no luck getting it to work. I was able to get it working when I installed the package locally. Not ideal but it'll have to do for now. Thank you so much for your help!! Looking forward to using this package