Categories: Linux筆記

NODE JS 安裝於 CENTOS

# yum install -y gcc-c++ make
# curl -sL https://rpm.nodesource.com/setup_6.x | sudo -E bash –
yum install nodejs
$ node -v

v7.3.0
$ npm -v

3.10.10

yan

Share
Published by
yan