Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Installing NodeJS

Nikz Jon edited this page Apr 28, 2015 · 2 revisions

Installing NodeJS

For root access,

$ sudo su

Ubuntu Dependencies

# apt-get update && apt-get install git-core curl build-essential openssl libssl-dev

Centos/Fedora Dependencies

# yum -y update && yum -y groupinstall "Development Tools"

Ubuntu Installation

# add-apt-repository ppa:chris-lea/node.js

# apt-get update && apt-get install nodejs

Centos/Fedora Installation

# yum -y update && yum -y install nodejs

Now node is installed.