How to install Node.js in Fedora?
How to install Node.js in Fedora?
How to install Node.js in Fedora?
Currently, the installation fails on F20 because of broken dependencies. The v8 library is newer than required by nodejs. Here's the package site https://admin.fedoraproject.org/pkgdb/acls/name/nodejs
Preparing your system for compiling :
yum install gcc-c++ make openssl-devel
wget http://nodejs.org/dist/v0.8.15/node-v0.8.15.tar.gz tar zxvf node-v0.8.15.tar.gz cd node-v0.8.15 ./configure make make install
yum install git git clone git://github.com/joyent/node.git cd node ./configure make make install
Install from Node Version Manager
I think is better doing this with the next command.
sudo yum install npm
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-12-10 08:29:07 -0600
Seen: 39,318 times
Last updated: Jan 22 '14