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
- Host: GitHub
- URL: https://github.com/techwritescode/nodejs-fix-missing
- Owner: techwritescode
- Created: 2016-05-17T20:13:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-17T20:31:05.000Z (about 10 years ago)
- Last Synced: 2025-06-29T19:30:43.972Z (12 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.