13 lines
220 B
Markdown
13 lines
220 B
Markdown
|
|
# npm ping
|
||
|
|
|
||
|
|
> Ping `npm` registry.
|
||
|
|
> More information: <https://docs.npmjs.com/cli/npm-ping>.
|
||
|
|
|
||
|
|
- Ping the default `npm` registry:
|
||
|
|
|
||
|
|
`npm ping`
|
||
|
|
|
||
|
|
- Ping custom `npm` registry:
|
||
|
|
|
||
|
|
`npm ping --registry {{custom_registry_url}}`
|