2019-10-08 08:57:31 -07:00
|
|
|
.TH "NPM\-PING" "1" "October 2019" "" ""
|
2015-07-06 00:00:48 -07:00
|
|
|
.SH "NAME"
|
|
|
|
\fBnpm-ping\fR \- Ping npm registry
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.P
|
|
|
|
.RS 2
|
|
|
|
.nf
|
|
|
|
npm ping [\-\-registry <registry>]
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.P
|
|
|
|
Ping the configured or given npm registry and verify authentication\.
|
2017-10-26 22:35:25 -04:00
|
|
|
If it works it will output something like:
|
|
|
|
.P
|
|
|
|
.RS 2
|
|
|
|
.nf
|
|
|
|
Ping success: {*Details about registry*}
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
.P
|
|
|
|
otherwise you will get:
|
|
|
|
.P
|
|
|
|
.RS 2
|
|
|
|
.nf
|
|
|
|
Ping error: {*Detail about error}
|
|
|
|
.fi
|
|
|
|
.RE
|
2015-07-06 00:00:48 -07:00
|
|
|
.SH SEE ALSO
|
|
|
|
.RS 0
|
|
|
|
.IP \(bu 2
|
|
|
|
npm help config
|
|
|
|
.IP \(bu 2
|
|
|
|
npm help 7 config
|
|
|
|
.IP \(bu 2
|
|
|
|
npm help 5 npmrc
|
|
|
|
|
|
|
|
.RE
|
2016-09-22 07:59:37 -07:00
|
|
|
|