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)

[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??

2
  • 2
    I had the same problem. Those status messages are very confusing and should not be shown. Commented May 27, 2013 at 0:50
  • In here node-gyp is waiting to load the node.js source package unless already cached. This can take pretty long on slow network especially when both kerberos and bson build are doing the same thing.. Commented Jun 24, 2013 at 10:24

1 Answer 1

8

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

Sign up to request clarification or add additional context in comments.

1 Comment

Yes. It worked.. So dumb I am.. Thanks a lot. But in tutorial the terminal access came back. Thats why I thought its actually a bug

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.