fix-missing
v1.0.1
Published
Fix Missing Dependencies In Your App
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.
