问题在与npm安装mongodb模块

PS:我是一个初学者,有nodejs和mongodb。 事实上,这是我的第一天与nodejs和mongodb,我正在从tutsplus的基本video系列

(Mac OX Lion,最新安装的Xcode,MongoDB shell版本:2.4.3(通过自制软件安装),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) (出口0)

bson@0.1.8 install / Users / mohit / projects / nodejs / mongo / node_modules / mongodb / node_modules / bson(node-gyp rebuild 2> builderror.log) (出口0)

我正在安装通过

npm install mongodb 

我尝试安装

  npm install -g node-gyp. 

依然没有。 有什么build议么??

那些实际上不是错误。 你有没有尝试继续教程?