Show Installed Global Node Deps
How to show installed global npm / yarn / pnpm dependencies
0 views
To check node dependencies which are installed globally.
pnpm
bash
pnpm list -g --depth 0
references:
npm
bash
npm list -g --depth=0
references: https://docs.npmjs.com/cli/v9/commands/npm-ls#global
Yarn
bash
yarn global list
references: https://classic.yarnpkg.com/en/docs/cli/global