13 lines
220 B
Markdown
Raw Normal View History

# 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}}`