1.0.1 • Published 10 years ago

fix-missing v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
10 years ago

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.

1.0.1

10 years ago

1.0.0

10 years ago