我安装了Node.js 7.5.0。但是我的项目(使用Node.js 6 )遇到了一些问题。nodejs is already the newest version (7.5.0-1nodesource1~xenial1).我尝试使用以下命令安装Node.js 6:sudo apt-get install -y nod
wget http://node-arm.herokuapp.com/node_latest_armhf.deb但是,当我检查节点的版本时,我知道这个错误:
node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.20' not found
我刚刚用wget从获取了节点
我运行了sudo tar -zxf node-v0.8.11-linux-x86.tar.gz,然后cd进入了node-v0.8.11-linux-x86。但是Configure文件不在那里,所以当我运行./configure时,我得到了一个no such file or directory错误。我做错了什么?