mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-19 01:43:18 +08:00
268 B
268 B
npm root
Display path to
node_modulesdirectory. More information: https://docs.npmjs.com/cli/npm-root.
- Display path to the local
node_modulesdirectory:
npm root
- Display path to the global
node_modulesdirectory:
npm root {{[-g|--global]}}