It's a bug in the version of npm that your repo has. Upgrade to a more recent npm version. It comes bundled with node. The current stable version of node is 0.8.3 (0.8.4 will be out in a day or two.) New stable versions come out about weekly, but I expect that to slow down some as more bugs get squashed.
The 0.6 version family is in maintenance mode now. It will not see releases very often, and new versions of npm will drop support for node 0.6 fairly soon. On Sat, Jul 21, 2012 at 3:49 AM, mscdex <[email protected]> wrote: > 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 -- 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
