码迷,mamicode.com
首页 > 其他好文 > 详细

Centos安装yarn

时间:2019-12-31 12:21:34      阅读:350      评论:0      收藏:0      [点我收藏+]

标签:jenkins   shel   nod   oca   操作   最新版   升级   https   bsp   

前提:

    用jenkins构建时,发现一直出错;于是换了另外一台虚拟机去操作,因为换的虚拟机没有yarn,所以需手动安装

 

步骤:

    1 yum install -y npm bzip2


## 升级node到最新版
npm install -g n
n latest 


2  安装yarn
curl --silent --location https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo
yum install -y yarn

 

参考链接:https://www.cnblogs.com/gelu/p/9565377.html

Centos安装yarn

标签:jenkins   shel   nod   oca   操作   最新版   升级   https   bsp   

原文地址:https://www.cnblogs.com/amy720/p/12123503.html

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