anshluu / markdown-tests-npm

Markdown testing for the Node Package Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title section description redirect_from github_repo github_branch github_path
npm-ping
1
Ping npm registry
/cli/ping
/cli/ping.html
/cli/commands/ping
/cli-commands/ping
/cli-commands/ping.html
/cli-commands/npm-ping
npm/cli
latest
docs/content/commands/npm-ping.md

Synopsis

npm ping

Note: This command is unaware of workspaces.

Description

Ping the configured or given npm registry and verify authentication. If it works it will output something like:

npm notice PING https://registry.npmjs.org/
npm notice PONG 255ms

otherwise you will get an 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

registry

The base URL of the npm registry.

See Also

About

Markdown testing for the Node Package Manager