码迷,mamicode.com
首页 > 系统相关 > 详细

Linux 基本操作

时间:2018-12-21 19:37:50      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:图片   技术   location   yum   play   span   bubuko   auto   inf   

技术分享图片

 

快速安装 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

 

Linux 基本操作

标签:图片   技术   location   yum   play   span   bubuko   auto   inf   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!