Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Issue in installing mongodb module with npm

PS: I am a beginer with nodejs and mongodb. Infact this is my day 1 with nodejs and mongodb and I am following the basic video series from tutsplus

I am getting error while installing mongodb module.. (Mac OX Lion, Xcode latest installed, MongoDB shell version: 2.4.3(installed via homebrew), npm -v1.2.15, node -v0.10.2)

[email protected] install /Users/mohit/projects/nodejs/mongo/node_modules/mongodb/node_modules/kerberos (node-gyp rebuild 2> builderror.log) || (exit 0)

[email protected] install /Users/mohit/projects/nodejs/mongo/node_modules/mongodb/node_modules/bson (node-gyp rebuild 2> builderror.log) || (exit 0)

I am installing via

  npm install mongodb

I tried installing

 npm install -g node-gyp. 

Still nothing. Any suggestions??

like image 298
Mohit Jain Avatar asked May 11 '13 23:05

Mohit Jain


1 Answers

Those aren't actually errors. Did you try continuing with the tutorial?

like image 199
Eve Freeman Avatar answered Nov 15 '22 01:11

Eve Freeman