-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm install -g node-gyp
fails
#418
Comments
Hi,I get this warning message too, but it should not holding you up from learning. |
I see what you mean about me learning but putting that aside, |
agree. |
Did you change the original post? The issue title now has nothing to do with the issue contents... fwiw, you do not need to So what's inside the |
The issue I am having is with the node-gyp that came with npm. The following two errors are a result of me running
These two errors are responsible for the fact that I get the Yes I changed the post but forgot the title. Originally I had posted the full issue here https://github.com/mongodb/js-bson/issues/58#issuecomment-38272458 and attempted to solve it with the solutions provided by some of the commenters. None of those solutions worked. I doubt my post will see any attention since it is a closed topic. When I run
|
So I deleted my And here is the full output of running |
Any progress? I'm also pending on this. |
This has been a nightmare for me as well, have you made any progress? |
The If you're getting this error, check your python version. If's it's 3+, node-gyp won't work. Install python v2 for your system. You can then go to the affected module(s) ( |
Should be fixed by #527. |
I've been having been trying to get MongoDB to start up properly with my Express.js app but when I run
node app.js
I get theFailed to load c++ bson extension, using pure JS version
error. I should mention that when I rannpm install
to install all the modules listed inpackage.json
I got these two errors.So I figured it was a problem with
node-gyp
. This is holding me back from moving forward with learning about Express and MongoDB. I'm not sure how to proceed so any help is super appreciated.The text was updated successfully, but these errors were encountered: