CentOS 6.* 安装node

CentOS6 安装node 使用node -v 是报错 ./node: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

解决方法:

sudo yum install libstdc++.i686
sudo yum install libstdc++-devel.i686

posted @ 2018-11-22 16:05  巴达克  阅读(275)  评论(0)    收藏  举报