mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
225 B
225 B
npm prefix
Print the local or global prefix to
stdout. More information: https://docs.npmjs.com/cli/npm-prefix/.
- Print the local prefix:
npm prefix
- Print the global prefix:
npm prefix {{[-g|--global]}}