“安装yarn”的版本间的差异

来自linux中国网wiki
跳到导航 跳到搜索
第18行: 第18行:
 
[https://yarn.bootcss.com/docs/install/#debian-stable yarn安装]
 
[https://yarn.bootcss.com/docs/install/#debian-stable yarn安装]
  
  [[category:node]]
+
  [[category:node.js]]  [[category:ops]]

2020年1月3日 (五) 09:20的版本

debian10

#要先安装 gpg  curl etc  
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list


 apt update &&  apt install yarn

#这样默认的node 版本
s:~# node -v 
v10.15.2


yarn安装