We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Here are instructions for installing dependencies from source.
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.
--prefix=
Add node-install to the PATH environment variable:
node-install
PATH
export PATH="$PATH:/node-install"
/node-install/bin/npm install -g bower