Saturday, January 23, 2016

UNMET PEER DEPENDENCY kerberos@~0.0, while installing mongoose

I am not sure why it is not in a mongoose documentation, but when you run:
npm install --save mongoose
You receive a following error
UNMET PEER DEPENDENCY kerberos@~0.0

I had to install first kerberos in order for mongoose to success.
npm install --save kerberos mongoose

No comments: