-
Notifications
You must be signed in to change notification settings - Fork 5
Release version 0.3 #3
Comments
😕 |
$ npm owner ls fantasy-states | cut -d ' ' -f 1
puffnfresh
joneshf Either @puffnfresh or @joneshf should run |
I'll grab thta ina bit. |
➜ ~ npm whoami
joneshf
➜ ~ npm team ls fantasyland:owners
[
"safareli",
"raimohanska",
"simonrichardson",
"kennknowles",
"trevorbasinger",
"joneshf",
"jaforbes",
"mudge",
"davidchambers",
"raynos",
"puffnfresh",
"drboolean",
"robotlolita"
]
➜ ~ npm access ls-collaborators fantasy-states
{
"joneshf": "read-write",
"puffnfresh": "read-write"
}
➜ ~ npm access grant read-write fantasyland:owners fantasy-states
npm ERR! code E403
npm ERR! Forbidden : -/team/fantasyland/owners/package
npm ERR! A complete log of this run can be found in:
npm ERR! /home/joneshf/.npm/_logs/2017-05-19T15_19_47_018Z-debug.log 🤷♂️ |
That's odd. Hardy, could you try granting access to me specifically rather than to the team? That'll help with the diagnosis. |
Sorry. Totally dropped the ball. Adding you now. |
Actually, I don't know how to do that... |
Could you try |
➜ ~ npm owner add davidchambers fantasy-states
+ davidchambers (fantasy-states)
➜ ~ npm access ls-collaborators fantasy-states
{
"davidchambers": "read-write",
"joneshf": "read-write",
"puffnfresh": "read-write"
} |
Thanks, Hardy. I can't perform the action either. According to npm/npm#15667 (comment) only the person who initially published the package can add it to an organization. @puffnfresh, could you run |
🗓️ |
There's nothing for me to do here, assigning to @puffnfresh. |
To publish the changes made in #2
The text was updated successfully, but these errors were encountered: