Note that there are some explanatory texts on larger screens.

plurals
  1. PONodeJS install error on CentOs 6.3
    primarykey
    data
    text
    <p>I had Node.js installed on my server. Yesterday, I deleted it with <code>yum erase nodejs</code> and now I'm trying to install the new Node.js. I've tried <code>yum install nodejs-compat-symlinks npm</code> but it ends with the error:</p> <blockquote> <p>Running rpm_check_debug Running Transaction Test</p> <p>Transaction Check Error:<br> file /usr/bin/node conflicts between attempted installs of nodejs-compat-symlinks-1-1.el6.noarch and nodejs-0.10.5-3.el6.x86_64 </p> <p>file /usr/include/node conflicts between attempted installs of nodejs-compat-symlinks-1-1.el6.noarch and nodejs-devel-0.10.5-3.el6.x86_64</p> </blockquote> <p>How I may install Node.js on server now?</p> <p>P.S. I installed Node.js with this manual:</p> <blockquote> <p>wget <a href="http://patches.fedorapeople.org/oldnode/repocfg/el/nodejs-stable-release.noarch.rpm" rel="nofollow">http://patches.fedorapeople.org/oldnode/repocfg/el/nodejs-stable-release.noarch.rpm</a> yum localinstall --nogpgcheck nodejs-stable-release.noarch.rpm</p> <p>Edit /etc/yum.repos.d/nodejs-stable.repo. Comment out the mirrorlist and use for [nodejs-stable] the baseurl: baseurl=<a href="http://patches.fedorapeople.org/oldnode/stable/el" rel="nofollow">http://patches.fedorapeople.org/oldnode/stable/el</a>$releasever/$basearch/</p> <p>and for [nodejs-stable-source] also comment out the mirrorlist and use for [nodejs-stable-source] the baseurl: baseurl=<a href="http://patches.fedorapeople.org/oldnode/stable/el" rel="nofollow">http://patches.fedorapeople.org/oldnode/stable/el</a>$releasever/SRPMS/</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload