Meteor: Cannot update package on Atmosphere

Created on 16 Feb 2016  路  1Comment  路  Source: meteor/meteor

I have a package on Atmosphere, but now I cannot update it.

If I use meteor publish --update, it says

You can't call meteor publish --update on version XX of package 'hongbomiao:ng2-bootstrap' without publishing it first.

However, if I use meteor publish --create, then it shows:

Package already exists. To create a new version of an existing package, do not use the --create flag!

Please help me delete it, so I can create again. Thanks!

screenshot

Tool

Most helpful comment

It looks like you're trying to publish a new version of your package, is that right? In that case you should just use meteor publish without the --update. --update is for changing the readme or description of the package, not to publish a new version.

>All comments

It looks like you're trying to publish a new version of your package, is that right? In that case you should just use meteor publish without the --update. --update is for changing the readme or description of the package, not to publish a new version.

Was this page helpful?
0 / 5 - 0 ratings