Overview of Yarn
Learn about Yarn in this lesson.
We'll cover the following
Yarn manages dependencies through a file named package.json
and uses the same format for package.json
as the Node Package Manager (npm) uses.
Note: You can find full documentation of how to install Yarn at their official site.
Get hands-on with 1400+ tech skills courses.