On Friday, July 20, 2012 11:48:56 PM UTC-4, ET wrote: > > i've install node.js on centos minimal 6.2 using the manual:
I would personally just try building and installing from source (`./configure && make && sudo make install`). The latest versions come with npm bundled, so you don't have to worry about having to install anything else. -- 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
