In short
Dependencies -
npm install <package> --save-prodinstalls packages required by your application in production environment.DevDependencies -
npm install <package> --save-devinstalls packages required only for local development and testingJust typing
npm installinstalls all packages mentioned in thepackage.json
so if you are working on your local computer just type npm install and continue :)