You are here: Home/News/ List all globally installed npm packages
List all globally installed npm packages
npm list -g --depth 0
You may have installed CLI tools globally in the past. This command (listed above) will show what you have installed. The new trend is to install cli locally so it is always up to date with each project.