1.0.10 • Published 6 years ago

build-package-json v1.0.10

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

autoinstall-packages

A simple command to install missing packages that are not in the package.json (and put them in).

Installation

sudo npm install -g build-package-json

Why ?

Because I was tired to encounter this kind of errors :

module.js:557
    throw err;
    ^

Error: Cannot find module 'async-request'
    at Function.Module._resolveFilename (module.js:555:15)
    ...

Just because someone forgot the --save.

Usage

$ build-package-json

npm.io