tyler-johnson / stripe-meteor

A Meteor package containing Stripe.js, Node-Stripe, and Stripe Checkout.
https://atmospherejs.com/mrgalaxy/stripe
150 stars 44 forks source link

Can't fetch from host #28

Closed jcolemorrison closed 9 years ago

jcolemorrison commented 9 years ago

Currently, trying to npm install the package or the tar.gz results in a "forbidden" error:

https://registry.beneaththeink.com/stripe/-/stripe-3.1.0.tgz

Just navigating to that link will tell you what I mean.

Looks like a simple misstep in the npm settings.

tyler-johnson commented 9 years ago

Ah yes. It's strange that Meteor decides to publish one's local NPM registry settings. I'll have to figure out how to tell Meteor not to. Thanks for the heads up!

JoshDellay commented 9 years ago

Also encountering this error when deploying my app to modulus.

jcolemorrison commented 9 years ago

Yeah, if you switch back to the 1.5.6 version it all seems to work fine.

On Fri, Feb 13, 2015 at 11:22 AM, Josh notifications@github.com wrote:

Also encountering this error when deploying my app to modulus.

— Reply to this email directly or view it on GitHub https://github.com/tyler-johnson/stripe-meteor/issues/28#issuecomment-74310612 .

JoshDellay commented 9 years ago

As a workaround I went ahead and cloned the repository and made the package a local meteor package for my project, in the end this isn't ideal but it gets me back up and running with the latest version.

tyler-johnson commented 9 years ago

Alright, this should be fixed with v2.1.0. I have also pushed the .npm/packages folder as suggested by Meteor, which should clear up future problems.