Skip to content

Installing Dependencies

Kelvin Li edited this page Feb 9, 2014 · 14 revisions

Here are instructions for installing dependencies from source.

Node.js

Get the source code:

git clone git://github.com/joyent/node

In the source tree, run:

./configure --prefix=/node-install && make && make install

Replace the argument to --prefix= with your desired installation path.

Add node-install to the PATH environment variable:

export PATH="$PATH:/node-install"

Bower

/node-install/bin/npm install -g bower
Clone this wiki locally