1.0.10 • Published 8 years ago
build-package-json v1.0.10
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-jsonWhy ?
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