mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-17 17:17:40 +08:00
Signed-off-by: Lory <147001347+LaurianeH-05@users.noreply.github.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
224 B
224 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]}}