Read this in other languages: English | 简体中文
npm install node-package-offline-downloader -g
npod <packages name...> [options]
Download individual dependencies
npod react
Download multiple dependencies
npod vue react@^18.0.2 angular@~16.1.2 commander@latest
Set download address
npod @antv/g6 -o ./tgz
npod @antv/g6 --output ./tgz
Download dependencies for dependencies
npod vue -a
npod vue --all