Where Does NPM Install Global Packages?

Where Does NPM Install Global Packages? Global libraries On Unix systems they are normally placed in /usr/local/lib/node or /usr/local/lib/node_modules when installed globally. If you set the NODE_PATH environment variable to this path, the modules can be found by node. Where is global npm packages installed? Global libraries On Unix systems they are normally placed in