On Monday, September 23, 2013 6:12:16 AM UTC-4, Ashish Negi wrote: > > For all the previous versions of nodejs, when i installed them in windows, > i get the folder .node-gyp with 0.xx.xx folder with all deps, Release and > include folders. > > This folder would be present in *C:\Users\ABCD\.node-gyp* > * > * > But this is absent in latest 0.10.18. Has the path changed ? >
It's there for me. It doesn't create the directory until node-gyp runs (either explicitly or indirectly via npm). -- -- 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.
