Cómo instalar módulos de nodo
npm install -g node-modules
Handsome Hyena
npm install -g node-modules
npm install --save-dev package
# example:
npm install --save-dev nodemon
#how to install project dependecies when you download project
# example:
npm install
#NOTE:: by entering only this command your all dependecies will automatically installed.
npm install
npm install (with no args, in package dir)