# npm ping

Ping npm 注册中心

# 概要

npm ping

注意

这个命令不支持工作空间。

# 描述

ping 配置或给定的 npm 注册表并验证身份验证。如果它工作,它将输出类似于:

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

否则你将会得到一个错误:

npm notice PING http://foo.com/
npm ERR! code E404
npm ERR! 404 Not Found - GET http://www.foo.com/-/ping?write=true

# 配置

# registry

  • Default: "https://registry.npmjs.org/"
  • Type: URL

npm 注册中心的基本 URL。

Last Updated: 4/25/2023, 9:49:29 AM