首页 > 代码库 > nodejs安装错误Node.js configure error: No acceptable C compiler found!解决
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
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。