###Instalations types with NPM
package.json
file to configure packages of project.
-
Unique: npm install (No recommended)
-
Global: npm install -g
-
Dependece of project: npm install --save
-
Dependece of develop: npm install --save-dev
-
npm uninstall