question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Grant npm read-write access to sweetalert2 collaborators

See original GitHub issue

Currently, 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:closed
  • Created 5 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
limontecommented, Oct 16, 2018

@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.

  • 1 developer
  • 1 PR
  • 377 changed files
  • 26,824 changed LoC
  • no code review
  • no discussion

With such workflow, it’s impossible to build a reliable software. Long live, Yarn.

1reaction
toveruxcommented, Oct 11, 2018

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found