What difference does it make when installing a module via NPM, using the --save?
When using npm install nomedom module, it installs and writes the modules in the project folder.
I did not understand then when to use npm install nomedomodulo --save
Someone to help me?