Not able to publish package

I am trying to publish the update for my package.

But on following command

meteor publish

I am getting the following message:

=> Errors while publishing:

While publishing the package:
error: There is no package named meteor-activedirectory. If you are creating a new package, use
the --create flag.

Can anybody suggest any solution for this ?

Thanks in advance

I had the same error when publishing my package for the first time, as the message suggests I had to run:

meteor publish --create

However you say update so I’m assuming you have an existing package? I wouldn’t think that would require the --create flag…