Hai to all, I am trying to install nodejs by yum but it is not working,,,
[root@localhost opt]# yum install nodejs
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.mirror.net.in
* epel: epel.mirror.net.in
* extras: centos.mirror.net.in
* updates: centos.mirror.net.in
Setting up Install Process
No package nodejs available.
Nothing to do
I have downloaded the nodejs package from
http://nodejs.org/dist/node-latest.tar.gz
and extracted it.
then i did Source code installation.. While using doing
#./configure ,,,, it is showing as the error as
File "./configure", line 433
fpu = 'vfpv3' if armv7 else 'vfpv2'
^
SyntaxError: invalid syntax
I have googled a lot but i didnt get any solution...
Kindly please suggest me..