Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Repair so error on
npm -ls
becomes a warning
* Added `try...catch` just in case it's a fatal error **NOTES** ``` sh-session problems": [ "peer dep missing: kerberos@~0.0, required by mongodb-core@1.2.21" ], ``` ... this shows up in the stdout as being the "error" along with the full compliment of packages installed ... see OpenUserJS#832 and parent OpenUserJS#318 *(never would have guessed this on nodejitsu... glad we aren't there anymore)*
- Loading branch information