An open API service indexing awesome lists of open source software.

https://github.com/techwritescode/nodejs-fix-missing

Fix Missing Dependencies Of Your App
https://github.com/techwritescode/nodejs-fix-missing

Last synced: 12 months ago
JSON representation

Fix Missing Dependencies Of Your App

Awesome Lists containing this project

README

          

# fix-missing
Fix Missing Dependencies Of Your NodeJS App

This package scans for all ```require()``` statements in your file.
If the package specified is not installed, (You guessed it) It will install it for you.

## Installation
```npm i -g fix-missing```

## Usage
```fix-missing ./YOUR_FILE```

It will also add the installed package to the dependencies.