Skip to content

Instantly share code, notes, and snippets.

@christian-fei
Created December 24, 2013 13:53
Show Gist options
  • Save christian-fei/8113696 to your computer and use it in GitHub Desktop.
Save christian-fei/8113696 to your computer and use it in GitHub Desktop.
wget http://nodejs.org/dist/v0.10.24/node-v0.10.24.tar.gz
tar xzf node-v0.10.24.tar.gz
cd node-v0.10.24/
./configure && sudo make && sudo make install
#non necessario
# per il NODE_PATH nella tua home
echo "export NODE_PATH=$NODE_PATH:/location/alla/tua/home/node_modules" >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment