Welcome to mirror list, hosted at ThFree Co, Russian Federation.

adduser.md « doc - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c6136814dfc00f5f6a0f9f7d47b727037a66eb25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
npm-adduser(1) -- Add a registry user account
=============================================

## SYNOPSIS

    npm adduser

## DESCRIPTION

Create or verify a user named `<username>` in the npm registry, and
save the credentials to the `.npmrc` file.

The username, password, and email are read in from prompts.

You may use this command to change your email address, but not username
or password.

To reset your password, go to <http://admin.npmjs.org/>

You may use this command multiple times with the same user account to
authorize on a new machine.

## CONFIGURATION

### registry

Default: http://registry.npmjs.org/

The base URL of the npm package registry.