location of npm global packages code example
Example 1: npm list global packages
npm list -g --depth 0
Example 2: npm global link check
npm ls -g --depth=0 --link=true
npm list -g --depth 0
npm ls -g --depth=0 --link=true