npm deploy broken

Open
#432 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
github-actions, javascript
Domain
ci-cd, release

Research direction

Start with the linked deploy action run and inspect where npm authentication fails. Compare the deployment configuration with the expected npm registry authentication, then verify that the action can authenticate successfully before the next JavaScript release.

Written by the indexing model from the issue text.

Description

Describe the issue

in the deploy action the npm authentication seems to be broken:
https://github.com/matplotlib/ipympl/runs/5243522626?check_suite_focus=true

npm ERR! code ENEEDAUTH
npm ERR! need auth This command requires you to be logged in to https://registry.npmjs.org/
npm ERR! need auth You need to authorize this machine using `npm adduser`

This isn't important for 0.8.8 because we didn't bump the js version, but this will matter for the next one.

Dominant language
Jupyter Notebook
Stars
1.7k
Forks
234
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from matplotlib/ipympl

All issues in matplotlib/ipympl

Similar issues

More DevOps issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.