Archive
Posts Tagged ‘node.js’
Deploy Node.js to Fedora 18
March 2, 2013
Leave a comment
Per github wiki for node.js, Fedora 19 will have node.js included. However, to obtain node.js in Fedora 18, do the following:
sudo yum --enablerepo=updates-testing install nodejs npm
Advertisements