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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/content/commands/npm-ping.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/content/commands/npm-ping.md b/docs/content/commands/npm-ping.md
index 6f1c4582f..c59a56e61 100644
--- a/docs/content/commands/npm-ping.md
+++ b/docs/content/commands/npm-ping.md
@@ -18,11 +18,14 @@ Ping the configured or given npm registry and verify authentication.
If it works it will output something like:
```bash
-Ping success: {*Details about registry*}
+npm notice PING https://registry.npmjs.org/
+npm notice PONG 255ms
```
-otherwise you will get:
+otherwise you will get an error:
```bash
-Ping error: {*Detail about error}
+npm notice PING http://foo.com/
+npm ERR! code E404
+npm ERR! 404 Not Found - GET http://www.foo.com/-/ping?write=true
```
### Configuration