ericovk
Verified User
I found a way to install node.js on our dev server, but I am wondering if this is going to work with DirectAdmin (and with that Apache) installed and running as well? I hope it isn't going to confict.
Installation itself should be simple when having EPEL RPM enabled:
Source: http://serverfault.com/questions/299288/how-do-you-install-node-js-on-centos
Does anyone has experience with installing node.js?
Installation itself should be simple when having EPEL RPM enabled:
Code:
$ [COLOR=#000000][FONT=Consolas]sudo yum install npm[/FONT][/COLOR]
Source: http://serverfault.com/questions/299288/how-do-you-install-node-js-on-centos
Does anyone has experience with installing node.js?