- 獲取nodejs 資源
curl --silent --location https://rpm.nodesource.com/setup_12.x | bash -
- 安裝nodejs
yum install -y nodejs
- 安裝淘寶鏡像cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
- 查看安裝版本
node -v npm -v cnpm -v
curl --silent --location https://rpm.nodesource.com/setup_12.x | bash -
yum install -y nodejs
npm install -g cnpm --registry=https://registry.npm.taobao.org
node -v npm -v cnpm -v
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。