由于jenkins服务器是centos7.5的系统,在使用nodejs 20版本打包时,提示node: /lib64/libm.so.6: version 'GLIBC 2.27' not found, 这是因为Node v18开始,需要GLIBC 2.27支持。 查看当前系统支持的GLIBC版本 strings /lib64/libc.so.6 |grep GLIBC 输出结果 GLIBC 2.2.5 …… GLIBC 2.16 GLIBC 2.17 解决方案 替换yum镜像源 众所周知 centos7的





