On Apr 13, 2:41 pm, Alan Hoffmeister <[email protected]> wrote: > As i could see, it's not emailjs itself that's failing to install, but > buffertools package.
buffertools built just fine for me just now (and so emailjs installed fine also). Try updating node (and thus npm) and try again. It looks like it's trying to use node-waf when it should be using node-gyp instead, as my `npm install emailjs` used node-gyp to build buffertools. -- 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
