I’m trying to publish two UI themes that I created: Fang and Wave, but I get the same error on both:
.../atom-fang-ui apm login
Welcome to Atom!
Before you can publish packages, you'll need an API token.
Visit your account page on Atom.io https://atom.io/account,
copy the token and paste it below when prompted.
Press [Enter] to open your account page on Atom.io.
Token> ########
Saving token to Keychain ✓
.../atom-fang-ui apm publish .
Registering fang-ui ✗
Registering package in katacarbix/fang-ui repository failed: That repo does not exist, isn't an atom package, or you do not have access
.../atom-fang-ui cd ../atom-wave-ui
.../atom-wave-ui apm publish .
Registering wave-ui ✗
Registering package in katacarbix/wave-ui repository failed: That repo does not exist, isn't an atom package, or you do not have access
You can check the package.json files in both, which I did and I don’t see any errors. Please let me know what you think I’m doing wrong, thanks!