The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / deps / npm / man / man1 / adduser.1 @ d46ebffb

History | View | Annotate | Download (969 Bytes)

1
.\" Generated with Ronnjs 0.3.8
2
.\" http://github.com/kapouer/ronnjs/
3
.
4
.TH "NPM\-ADDUSER" "1" "April 2013" "" ""
5
.
6
.SH "NAME"
7
\fBnpm-adduser\fR \-\- Add a registry user account
8
.
9
.SH "SYNOPSIS"
10
.
11
.nf
12
npm adduser
13
.
14
.fi
15
.
16
.SH "DESCRIPTION"
17
Create or verify a user named \fB<username>\fR in the npm registry, and
18
save the credentials to the \fB\|\.npmrc\fR file\.
19
.
20
.P
21
The username, password, and email are read in from prompts\.
22
.
23
.P
24
You may use this command to change your email address, but not username
25
or password\.
26
.
27
.P
28
To reset your password, go to \fIhttp://admin\.npmjs\.org/\fR
29
.
30
.P
31
You may use this command multiple times with the same user account to
32
authorize on a new machine\.
33
.
34
.SH "CONFIGURATION"
35
.
36
.SS "registry"
37
Default: http://registry\.npmjs\.org/
38
.
39
.P
40
The base URL of the npm package registry\.
41
.
42
.SH "SEE ALSO"
43
.
44
.IP "\(bu" 4
45
npm help registry
46
.
47
.IP "\(bu" 4
48
npm help config
49
.
50
.IP "\(bu" 4
51
npm help owner
52
.
53
.IP "\(bu" 4
54
npm help whoami
55
.
56
.IP "" 0
57