【发布时间】:2020-08-05 23:54:36
【问题描述】:
我正在尝试在我的以下 linux 服务器上安装 nodejs(实际上我不太确定是什么版本,但看起来不像企业版):
Linux 版本 2.6.32-042stab090.5 (root@kbuild-rh6-x64) (gcc 版本 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC)) #1 SMP Sat Jun 21 00:15 :09 MSK 2014
我运行了这个:
curl --silent --location https://rpm.nodesource.com/setup_4.x | bash -
遇到了这个问题:
## Installing the NodeSource Node.js 4.x LTS Argon repo...
## Inspecting system...
## You don't appear to be running an Enterprise Linux based system, please contact NodeSource at https://github.com/nodesource/distributions/issues if you think this is incorrect or would like your distribution to be considered for support.
【问题讨论】: