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

yarn

时间:2019-06-30 09:24:08      阅读:114      评论:0      收藏:0      [点我收藏+]

标签:http   contains   strong   hoc   evel   problems   OLE   tps   diff   

https://yarnpkg.com/lang/en/docs/install/#windows-stable

Introduction

Yarn is a package manager for your code. It allows you to use and share code with other developers from around the world. Yarn does this quickly, securely, and reliably so you don’t ever have to worry.

Yarn allows you to use other developers’ solutions to different problems, making it easier for you to develop your software. If you have problems, you can report issues or contribute back, and when the problem is fixed, you can use Yarn to keep it all up to date.

Code is shared through something called a package (sometimes referred to as a module). A package contains all the code being shared as well as a package.json file which describes the package.

Install via Chocolatey

Chocolatey is a package manager for Windows. You can install Chocolatey by following these instructions.

Once you have Chocolatey installed, you may install yarn by running the following code in your console:

choco install yarn

This will also ensure that you have Node.js installed.

 

yarn

标签:http   contains   strong   hoc   evel   problems   OLE   tps   diff   

原文地址:https://www.cnblogs.com/chucklu/p/11108454.html

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