To list NPM packages that are installed globally on the current machine, use this command:
npm list -g --depth=0
Hat tip to Pondering Developer blog.
To list NPM packages that are installed globally on the current machine, use this command:
npm list -g --depth=0
Hat tip to Pondering Developer blog.