⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.177
Server IP:
50.6.168.112
Server:
Linux server-617809.webnetzimbabwe.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.4.10
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
node_modules
/
npm
/
docs
/
docs
/
content
/
commands
/
View File Name :
npm-ping.md
--- title: npm-ping section: 1 description: Ping npm registry --- ### Synopsis ```bash 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: ```bash npm notice PING https://registry.npmjs.org/ npm notice PONG 255ms ``` otherwise you will get an error: ```bash 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` * Default: "https://registry.npmjs.org/" * Type: URL The base URL of the npm registry. ### See Also * [npm doctor](/commands/npm-doctor) * [npm config](/commands/npm-config) * [npmrc](/configuring-npm/npmrc)