Comment 13 for bug 1168526

Revision history for this message
Pavel Bennett (pavben) wrote :

Sure, run these inside the container:

git clone https://github.com/joyent/node.git --depth 1

cd node
./configure
make -j9
sudo make install

Then the binary will be at /usr/local/bin/node

It's v0.11.3-pre, but should still repro.