Hey there, pretty new to node and even newer to mongodb but loving it so far. I had a hell of a night trying to get around two build errors last night while trying to install mongodb. I don't have my errors to paste but these are the exact ones I was getting only in my environment:
$ npm install mongodb npm http GET https://registry.npmjs.org/mongodb npm http 304 https://registry.npmjs.org/mongodb npm http GET https://registry.npmjs.org/bson/0.1.9 npm http GET https://registry.npmjs.org/kerberos npm http 304 https://registry.npmjs.org/bson/0.1.9 npm http 304 https://registry.npmjs.org/kerberos > [email protected] install > c:\Users\Ludicritz\Desktop\Umass-running-app\node_modules\mongodb\node_modules\kerberos> > (node-gyp rebuild 2> builderror.log) || (exit 0) c:\Users\Ludicritz\Desktop\Umass-running-app\node_modules\mongodb\node_modules\kerberos>node "c:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bi n\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild > [email protected] install > c:\Users\Ludicritz\Desktop\Umass-running-app\node_modules\mongodb\node_modules\bson> > (node-gyp rebuild 2> builderror.log) || (exit 0) c:\Users\Ludicritz\Desktop\Umass-running-app\node_modules\mongodb\node_modules\bson>node "c:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\. .\..\node_modules\node-gyp\bin\node-gyp.js" rebuild C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.Cpp.InvalidPlatform.Targets(23,7): error MSB8007: The Platform for project 'kerberos.vcxp roj' is invalid. Platform='x64'. You may be seeing this message because you are trying to build a project without a solution file, and have specifie d a non-default Platform that doesn't exist for this project. [c:\Users\Ludicritz\Desktop\Umass-running-app\node_modules\mongodb\node_modules\kerbero s\build\kerberos.vcxproj] C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.Cpp.InvalidPlatform.Targets(23,7): error MSB8007: The Platform for project 'bson.vcxproj' is invalid. Platform='x64'. You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Platform that doesn't exist for this project. [c:\Users\Ludicritz\Desktop\Umass-running-app\node_modules\mongodb\node_modules\bson\build\ bson.vcxproj] [email protected] node_modules\mongodb├── [email protected]└── bson@0 <[email protected]>.1.9 <[email protected]> I searched high and low and anything suggested failed for me. Any chance someone there is someone out there that can help be solve this? I was able to code with what installed but the builds are broken and I'm guessing I'll need what's broken if it's a dependency. Help and thanks! Roger -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: 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 post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- 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]. For more options, visit https://groups.google.com/groups/opt_out.
