首页 > 其他 > 详细

[Yarn] Install Yarn2

时间:2020-01-27 22:46:56      阅读:125      评论:0      收藏:0      [点我收藏+]

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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!