Files
cheatsheet-tldr/tldr/npm-ping
2025-12-20 00:20:53 +00:00

18 lines
314 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`