You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried logging out and back in, even publishing under a new name to work around this, and still no dice.
Am I supposed to use local packages when days go by and I can't publish? Seems like it.
~/src/antares (master) $ meteor publish --create
=> Errors while publishing:
While uploading build:
error: Error: ETIMEDOUT
~/src/antares (master *) $
~/src/antares (master *) $ meteor logout
Logged out.
~/src/antares (master *) $ meteor login
Username: deanius
Password:
Logged in as deanius. Thanks for being a Meteor developer!
~/src/antares (master *) $ meteor publish --create
Package already exists. To create a new version of an existing package, do not
use the --create flag!
~/src/antares (master *) $ meteor publish
=> Errors while publishing:
While pre-publishing package deanius:antares-protocol:
error: Version already exists
~/src/antares-example-document-editing (master *) $ meteor add deanius:antares-protocol
=> Errors while adding packages:
While checking for deanius:[email protected]:
error: No compatible binary build found for this package. Contact the package
author and ask them to publish it for your platform.
The text was updated successfully, but these errors were encountered:
Note: I'd like to resume the name deanius:antares, so at this point if anyone could just blow away my history (after saving it for yourselves), and if I could get a publish that way, it'd be ok.
I think you'd have better luck just posting issues with the package system to https://github.com/meteor/meteor -- Atmosphere is just a frontend to the package system.
An unbreakable cycle of contradictory messages
ETIMEDOUT While uploading build
error: Version already exists
error: No compatible binary build
I've tried logging out and back in, even publishing under a new name to work around this, and still no dice.
Am I supposed to use local packages when days go by and I can't publish? Seems like it.
The text was updated successfully, but these errors were encountered: