我目前正在我的 Synology ds212+ 上安装 Node.js 环境,但在运行 line 命令时出现问题。
当我试图做
./configure --prefix=/opt/node --without-snapshot
终端给我这个错误:
Node.js 配置错误:找不到可接受的 C 编译器!
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 环境中安装时是否有人遇到此错误?