Check which dependencies are installed and which are not from the one specified in package.json
$ npm install --global chk-dependencies
$ cd git-project
$ chk-dependencies
┌─────────────┬─────────┐
│ Module Name │ Status │
├─────────────┼─────────┤
│ chalk │ Present │
├─────────────┼─────────┤
│ cli-table │ Present │
├─────────────┼─────────┤
│ fs │ Present │
├─────────────┼─────────┤
│ q │ Present │
└─────────────┴─────────┘