Learn about how npm works in different folders

$ npm help folders

Local install of modules, like Express (in ./node_modules)

$ npm install express

Global install of modules, like Express (in /usr/local)

$ npm install -g express