node icon indicating copy to clipboard operation
node copied to clipboard

Centos7 uses the n command to install nodejs 18.19.1, but runs with the following error message.

Open bbhxwl opened this issue 1 year ago • 0 comments

How should I upgrade?

[root@VM-0-17-centos bin]# node -v node: /lib64/libm.so.6: version GLIBC_2.27' not found (required by node) node: /lib64/libc.so.6: version GLIBC_2.25' not found (required by node) node: /lib64/libc.so.6: version GLIBC_2.28' not found (required by node) node: /lib64/libstdc++.so.6: version CXXABI_1.3.9' not found (required by node) node: /lib64/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by node) node: /lib64/libstdc++.so.6: version GLIBCXX_3.4.21' not found (required by node) [root@VM-0-17-centos bin]#

bbhxwl avatar Feb 16 '24 04:02 bbhxwl