Centos安装yarn

Posted amy720

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos安装yarn相关的知识,希望对你有一定的参考价值。

前提:

    用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的主要内容,如果未能解决你的问题,请参考以下文章

yarn 安装 on centos7

阿里云ecs centos yarn 安装

Centos安装yarn

如何在具有单节点(CentOS)Yarn集群的单机(CentOS)上安装spark

centos7安装nodejs 和 yarn

linux (centos)安装卸载升级node, npm, yarn