List all node modules installed globally & locally in Node.js
In this post, I will show you – how can you get a list of all node-modules installed globally & locally on your machine. List all node modules installed globallynpm list -g --depth 0npm list -gnpm …