sznm.dev

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:

  • https://pnpm.io/pnpm-cli
  • https://pnpm.io/cli/list#--global--g

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


BaseBookmarksT.I.L.TemplatesTimelineAnalytics

© 2024 Agustinus Nathaniel