1NPM-PING(1) NPM-PING(1)
2
3
4
6 npm-ping - Ping npm registry
7
8 Synopsis
9 npm ping [--registry <registry>]
10
11 Note: This command is unaware of workspaces.
12
13 Description
14 Ping the configured or given npm registry and verify authentication.
15 If it works it will output something like:
16
17 Ping success: {*Details about registry*}
18
19 otherwise you will get:
20
21 Ping error: {*Detail about error}
22
23 Configuration
24 <!-- AUTOGENERATED CONFIG DESCRIPTIONS START --> <!-- automatically
25 generated, do not edit manually --> <!-- see lib/utils/config/defini‐
26 tions.js -->
27
28 registry
29 • Default: "https://registry.npmjs.org/"
30
31 • Type: URL
32
33
34 The base URL of the npm registry. <!-- automatically generated, do not
35 edit manually --> <!-- see lib/utils/config/definitions.js -->
36
37 <!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
38
39
40 See Also
41 • npm help doctor
42
43 • npm help config
44
45 • npm help npmrc
46
47
48
49
50 January 2022 NPM-PING(1)