Linux安裝node.js

yum -y install gcc gcc-c++ libstdc++-devel   mkdir /usr/local/soft cd /usr/local/soft   wget https://nodejs.org/dist/v9.9.0/node-v9.9.0.tar.gz tar -zxvf node-v9.9.0.tar.gz   cd node-v9.9.0 ./configure
相關文章
相關標籤/搜索