Can you 1. delete your ~/.node-gyp directory, and then 2. gist the output of `npm install --verbose`?
Frankly, I've been getting a lot of strange error reports from people about the node-gyp header installation process not working correctly on v0.10.0, including myself :\ Hopefully I'll have some time to look into soon, it but it's a bug in node-core I'm afraid to admit. On Tue, Mar 19, 2013 at 9:44 AM, Nabeel S. <[email protected]> wrote: > Right, I've read through the release notes, and there's no mention of the > development headers being removed from the make install (and I don't > understand why) > > I've been using node-gyp to build and compile. 0.8 installed the > development headers in the proper system paths. node-gyp is not doing that, > and none of the development headers are being found. I do the `sudo > node-gyp install`, which is supposedly installing the headers, but... it's > not. I'm checking this on a clean system, and it's not placing them. > > > > On Tue, Mar 19, 2013 at 12:27 PM, Ben Noordhuis <[email protected]>wrote: > >> On Tue, Mar 19, 2013 at 5:12 PM, Nabeel S. <[email protected]> wrote: >> > The make install did not install them. There's no mention of them being >> > moved anywhere. node-gyp does not install them in any system directory, >> and >> > the node-gyp configure and install do not find them either (though, a >> `find >> > /` shows them in my home directory... ???). There are no notes on this >> > anywhere. Also, no notes that the apt package has removed the npm >> package, >> > and also the node-dev packages have been removed. >> >> The debian/ubuntu packages are not maintained by us. >> >> > There's nothing in the migration guide about this. Nothing in the >> changelog, >> > nothing in the C++ Modules section in the docs. Nothing on the node-gyp >> page >> > or changelog. How are we supposed to find out about this basic >> information? >> >> By reading the v0.8.0 release notes, that's when node-gyp was introduced. >> >> > This make me quite nervous as to what else has been omitted from the >> > migration guide. I don't care if things have been changed about, but >> having >> > to hunt down and figure out exactly what has changed, and where it's >> gone, >> > is quite frustrating, and wasting everyone's time. >> > >> > Can someone shed some insight? >> > Thanks >> >> -- >> -- >> 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 a topic in the >> Google Groups "nodejs" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/nodejs/CCCgFSFGUiU/unsubscribe?hl=en. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > -- > -- > 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. > > > -- -- 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.
