I have node 0.10.8 installed in Ubuntu machine.
I tried to install mongoose:
npm install mongoose
But got the following message in terminal:
> kerberos@0.0.2 install /___/node_modules/mongoose/node_modules/mongodb/node_modules/kerberos
> (node-gyp rebuild 2> builderror.log) || (exit 0)
> bson@0.1.8 install /___/node_modules/mongoose/node_modules/mongodb/node_modules/bson
> (node-gyp rebuild 2> builderror.log) || (exit 0)
Whats this error?