We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88bab35 commit 20378c6Copy full SHA for 20378c6
docs/content/commands/npm-ping.md
@@ -18,11 +18,14 @@ Ping the configured or given npm registry and verify authentication.
18
If it works it will output something like:
19
20
```bash
21
-Ping success: {*Details about registry*}
+npm notice PING https://registry.npmjs.org/
22
+npm notice PONG 255ms
23
```
-otherwise you will get:
24
+otherwise you will get an error:
25
-Ping error: {*Detail about error}
26
+npm notice PING http://foo.com/
27
+npm ERR! code E404
28
+npm ERR! 404 Not Found - GET http://www.foo.com/-/ping?write=true
29
30
31
### Configuration
0 commit comments