Sim*_*mon 3 environment install node.js
我正在Synology ds212 +上安装Node.js环境,当我运行一行命令时遇到问题.
当我想要做的时候
./configure --prefix =/opt/node --without-snapshot
终端给我这个错误:
Node.js配置错误:找不到可接受的C编译器!
Run Code Online (Sandbox Code Playgroud)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.
问题是我安装了gcc,当我使用gcc -v时,终端返回我编译器的当前版本.
在synology环境中安装时是否有任何人有此错误?