Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 246 Bytes

File metadata and controls

3 lines (2 loc) · 246 Bytes

npm install --save - Saves the package dependency to the package.json file in the project root.

npm install --save-dev - Saves the package dependency to the package.json file but only runs is only required in the development environment.