how to checkout hte list of installed global clis code example
Example 1: npm list global packages
npm list -g --depth 0
Example 2: how to view a list of installed npm packages
npm list -g
npm list -g --depth 0
npm list -g