在CentOS上安装node.js的时候报错:No acceptable C compiler found!解决办法
在CentOS上安装node.js的时候报错:No acceptable C compiler found!
原因:没有c编译器。
解决办法:安装GCC
命令如下:
#yum install gcc
Is this ok [y/N]: y
Complete!
安装完成后
唯有热爱方能抵御岁月漫长。
在CentOS上安装node.js的时候报错:No acceptable C compiler found!
原因:没有c编译器。
解决办法:安装GCC
命令如下:
#yum install gcc
Is this ok [y/N]: y
Complete!
安装完成后