Though I agree (deducing from my experience) that it appears the original poster has successfully installed the mongodb module, I disagree that there is a single statement in the entirety of the output which "seems to show that mongodb was successfully installed". NPM generally is pretty clear when something goes wrong, but is not particularly clear, especially to the untrained eye, when everything succeeds =).
On Tuesday, September 30, 2014 1:18:02 PM UTC-7, ryandesign wrote: > > > On Sep 29, 2014, at 10:44 PM, Rob Vig wrote: > > > I'm trying to run > npm install mongodb > > > > and I get > > > > ===================================== > > > > Microsoft Windows [Version 6.3.9600] > > (c) 2013 Microsoft Corporation. All rights reserved. > > > > C:\Users\RobbyV>npm install mongodb > > \ > > > > > > > [email protected] install > C:\Users\RobbyV\node_modules\mongodb\node_modules\kerbe > > ros > > > (node-gyp rebuild 2> builderror.log) || (exit 0) > > > > - > > C:\Users\RobbyV\node_modules\mongodb\node_modules\kerberos>node > "C:\Program File > > > s\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node > > > > -gyp.js" rebuild > > - > > > [email protected] install > C:\Users\RobbyV\node_modules\mongodb\node_modules\bson > > > (node-gyp rebuild 2> builderror.log) || (exit 0) > > > > > > C:\Users\RobbyV\node_modules\mongodb\node_modules\bson>node "C:\Program > Files\no > > > dejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp > > > > .js" rebuild > > [email protected] node_modules\mongodb > > ├── [email protected] > > ├── [email protected] ([email protected], [email protected], > [email protected], s > > [email protected]) > > └── [email protected] ([email protected]) > > > > C:\Users\RobbyV> > > I'm not sure what you mean by "explosion". This output seems to show that > mongodb was successfully installed. Have you tried to use it to see if it > works? > > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/5a2c06f1-610a-43ca-88b1-294dd8cfc098%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
