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

[Yarn] Install Yarn2

时间:2020-01-28 00:04:51      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:creat   pat   his   and   bsp   less   div   created   cto   

This lesson goes over how to install yarn 2 through npm.

To install yarn 2 globally, we use

npm install -g yarn@berry

 

Init a project:

yarn init -y

 

To install yarn 2 to a specific project, we use 

yarn policies set-version berry

 

This creates a .yarnrc file and a .yarn/ directory. .yarnrc that sets the path to our yarn instance in the created .yarn/ directory that holds our new yarn version.

[Yarn] Install Yarn2

标签:creat   pat   his   and   bsp   less   div   created   cto   

原文地址:https://www.cnblogs.com/Answer1215/p/12237021.html

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