nodejs安装错误Node.js configure error: No acceptable C compiler found!解决

Node.js configure error: No acceptable C compiler found!

        Please make sure you have a C compiler installed on your system and/or

        consider adjusting the CC environment variable if you installed

        it in a non-standard prefix.
检查两点:
1、你是否有C编译工具被安装在你的系统中,gcc为好;

2、如何你确认你的系统中安装了C编译工具类库等相关信息,那么就需要进入你的环境变量中,去查看你的C编译path是否配置正确;

如出现以上错误,安装gcc-c++

# yum install gcc-c++

 

进行安装(时间比较长):

# make install

 

检查是否成功安装,输入命令:

# node -v

 

如果安装成功会输出相应版本号,如:

v0.8.7

nodejs安装错误Node.js configure error: No acceptable C compiler found!解决,古老的榕树,5-wow.com

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。