From 20378c67cd533db514dd2aec7828c6d119e9d6c7 Mon Sep 17 00:00:00 2001 From: "F. Hinkelmann" Date: Wed, 16 Feb 2022 11:29:44 -0500 Subject: docs: update documentation for ping (#4423) Fixes https://github.com/npm/cli/issues/4136 --- docs/content/commands/npm-ping.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3