Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Cannot register a new package #454

Closed
jccguimaraes opened this issue Oct 17, 2015 · 1 comment
Closed

Cannot register a new package #454

jccguimaraes opened this issue Oct 17, 2015 · 1 comment

Comments

@jccguimaraes
Copy link

Hey, having problems publishing for the first time. Can you give me a hand? thankz

➜  atom-project-viewer master ✓ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
➜  atom-project-viewer master ✓ 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> xxxxxxxxxxxxxxx
Saving token to Keychain ✓
➜  atom-project-viewer master ✓ cat package.json
{
  "name": "project-viewer",
  "main": "./lib/main",
  "version": "0.0.0",
  "description": "Project viewer/manager that lets you add and remove groups/projects as well as switching between them.",
  "keywords": [
    "project",
    "manager",
    "viewer",
    "group"
  ],
  "repository": "https://github.com/jccguimaraes/atom-project-viewer",
  "license": "MIT",
  "engines": {
    "atom": ">=1.0.0 <2.0.0"
  },
  "dependencies": {},
  "devDependencies": {}
}
➜  atom-project-viewer master ✓ apm publish minor
Registering project-viewer ✗
Registering package in jccguimaraes/atom-project-viewer repository failed: That repo does not exist, isn't an atom package, or you do not have access
➜  atom-project-viewer master ✓
@jccguimaraes
Copy link
Author

All good.
Had to revoke Atom.io on Github and delete keychain token.
Then do it all over again.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant