percolatestudio / meteor-server-info

Query your Meteor app for diagnostics
https://atmospherejs.com/percolate/server-info
59 stars 12 forks source link

Publish Mac binary? #5

Closed lorensr closed 9 years ago

lorensr commented 9 years ago

I don't need it to work on my Mac dev machine, but I'd like to be able to meteor add it.

$ ma percolate:server-info
 => Errors while adding packages:             

While checking for percolate:server-info@0.2.3:
error: No compatible binary build found for this package. Contact the package author and ask them to publish it for your platform.
zol commented 9 years ago

@lorensr, this looks like a problem with Meteor - server-info doesn't contain a binary component, nor does it depend on something whacky :-/

zol commented 9 years ago

@lorensr I've run meteor publish-for-arch percolate:server-info@0.2.3 as instructed by glasser from MDG and it appears to have successfully republished the package.

lorensr commented 9 years ago

Thank you, works now!