Grant npm read-write access to sweetalert2 collaborators
See original GitHub issueCurrently, there are 5 SweetAlert2 collaborators:
npm access ls-collaborators sweetalert2
{
"toverux": "read-write",
"samturrell": "read-write",
"acupajoe": "read-write",
"zen_flow": "read-write",
"limonte": "read-write"
}
That will ensure that if bus-factor will happen to @limonte, sweetalert2
might still be maintained by the rest of the collaborators.
On the other hand,
npm access ls-collaborators @toverux/ngx-sweetalert2
{
"toverux": "read-write"
}
So, if something will happen to @toverux, the project (or at least npm package name) will be ☠️
Is it okay for you @toverux to align the list of collaborators with the one from sweetalert2? As I understand correctly, it could be done by running:
npm access grant read-write sweetalert2
from the ngx-sweetalert2
directory.
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Grant npm read-write access to sweetalert2 collaborators #57
The npm command was just hanging for me, so I added everyone as collaborators via the website. I don't see the updates on...
Read more >sweetalert2 - npm
A beautiful, responsive, customizable, accessible (WAI-ARIA) replacement for JavaScript's popup boxes. Zero dependencies.
Read more >sweetalert2 - npm
A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes, supported fork of sweetalert.
Read more >sweetalert - npm
A beautiful replacement for JavaScript's "alert". Latest version: 2.1.2, last published: 4 years ago. Start using sweetalert in your project ...
Read more >11.1.4 - sweetalert2 - npm
A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes, supported fork of sweetalert.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@toverux I guess you need to follow the workaround suggestion by Lars Willighagen.
Waiting for https://github.com/npm/cli/pull/2 to be merged could take quite a while 😃
That PR btw shows the terrible state of the
npm/cli
future.With such workflow, it’s impossible to build a reliable software. Long live, Yarn.
Oh that is a strange choice. I don’t know what they were missing in Github’s issues… anyway, here we go: https://npm.community/t/npm-access-grant-team-is-required-and-must-be-of-type-string/2641