Start using npm and node
Created 30/09-2016 by Michael Bornholdt Nielsen
Updated 31/05-2017 by Michael Bornholdt Nielsen
Install node.js on Fedora Core 19
Get the code
# git clone https://github.com/joyent/node.git
Fix missing dependency
# sudo yum install gcc-c++ compat-gcc-34 compat-gcc-34-c++
# ./configure
# make
# make install
Created 25/10-2013 by Michael Bornholdt Nielsen