Installation

Prerequisites

  • Node.js >= 22.12.0

Verify your Node.js version:

node -v

Global Install

Install NCMGET globally to use the ncmget command anywhere:

npm install -g ncmget

Verify Installation

After installation, verify that NCMGET is available:

ncmget -v

This should output the installed version number.

Alternative: npx

If you prefer not to install globally, you can use npx to run NCMGET without a permanent installation:

npx ncmget search "淘气的Roy"

Note: npx downloads the package on each first run, which may be slower than a global install.

Next Steps