Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 320 Bytes

File metadata and controls

11 lines (8 loc) · 320 Bytes

Learning Node.JS

###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