Skip to content

Commit 0d27c6f

Browse files
committed
docs: npm authentication
1 parent bd2648b commit 0d27c6f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

MAINTAINERS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ These steps cannot be undone, so be sure that you are ready to proceed.
5454
In particular, be sure that you have waited for the release PR's CI tests
5555
to pass.
5656

57+
If you get E404, you're probably not logged in. Your .npmrc should have a line like,
58+
```
59+
//registry.npmjs.org/:_authToken=npm_randomstring
60+
```
61+
If it doesn't, use `npm login` to authenticate before running publish.
62+
5763
- [ ] Publish to NPM
5864

5965
```sh

0 commit comments

Comments
 (0)