Control Web Panel
Other => Other => Topic started by: pnext on June 15, 2023, 02:13:33 AM
-
ask for help from the wise.
I have installed node js 16, and node js18 from nodejs manager from centos wab panel 2031.
But why when I log in ssh . The node was not found.
can anyone help..
error like below
[root@vps ~]# 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 nod e)
node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by nod e)
[root@vps ~]#
-
I am facing the same problem in Node JS 18 and 19
-
you need to copy the path and then need to execute the commands like:
/opt/nvm/versions/node/v14.21.3/bin/node -v
/opt/nvm/versions/node/v16.20.2/bin/node -v
/opt/nvm/versions/node/v17.9.1/bin/node -v
But facing the same issues in the latest versions v18, 19 and 20 of missing libraries or files