标签:configure 解决 wget 连接 nodejs centos 7 get 解压 tar
1.获得wget https://nodejs.org/dist/v9.3.0/node-v9.3.0.tar.gz 安装包
2.解压:tar -xf node-v9.3.0.tar.gz
3.进入 cd node-v9.3.0
4.执行:./configure && make && make install 进行安装
node -v
报错解决:
做一个软连接即可:
ln -s /srv/tool/node-v9.3.0/node /usr/bin/node
标签:configure 解决 wget 连接 nodejs centos 7 get 解压 tar
原文地址:https://www.cnblogs.com/wwyxyt/p/11718177.html