Skip to content

List all globally installed npm packages

1 min read
npm ls --depth=0 -global

The --depth=0 flag prevents showing the entire dependency tree and only lists top-level packages.