how to know which packages from npm are installed globally on mac code example
Example 1: npm list global packages
npm list -g --depth 0
Example 2: how to find global npm packages are installed
npm root -g
npm list -g --depth 0
npm root -g