当前位置:首页 > 操作系统 > Linux

Linux 基本操作

技术分享图片

 

快速安装 git 

yum install git

 

安装 npm 

curl --silent --location https://rpm.nodesource.com/setup_10.x | bash -
yum install -y nodejs
npm install -g cnpm --registry=https://registry.npm.taobao.org
npm install
npm run build

 

原文:https://www.cnblogs.com/zyulike/p/10157454.html


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!