.TH "NPM\-PING" "1" "November 2022" "9.1.1" .SH "NAME" \fBnpm-ping\fR .SH Synopsis .P Note: This command is unaware of workspaces\. .SH Description .P Ping the configured or given npm registry and verify authentication\. .br If it works it will output something like: .RS 2 .nf npm notice PING https://registry\.npmjs\.org/ npm notice PONG 255ms .fi .RE .P otherwise you will get an error: .RS 2 .nf npm notice PING http://foo\.com/ npm ERR! code E404 npm ERR! 404 Not Found \- GET http://www\.foo\.com/\-/ping?write=true .fi .RE .SH Configuration .SH See Also .RS 1 .IP \(bu 2 npm doctor .IP \(bu 2 npm config .IP \(bu 2 npmrc .RE