5

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)

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

bson@0.1.8 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??

4

1 回答 1

8

这些实际上不是错误。您是否尝试继续本教程?

于 2013-05-12T00:19:47.233 回答