FREELessons: 2Length: 10 minutes
There are many tools that have transformed the way we build web applications, and Node's package manager, npm, is at the top of that list. It allows us to download, install, and manage our application's dependencies by running just a few commands. But despite all of the good npm brings to the table, it isn't a perfect tool, and Yarn aims to fix some of its issues.
In this Coffee Break Course, Envato Tuts+ instructor Jeremy McPeak will introduce you to Yarn, a new package manager written by the folks at Facebook, Google, Exponent, and Tilde. You'll learn how to replace npm with Yarn in your workflow in order to take advantage of Yarn's faster performance and more consistent behavior.
1.First Look at Yarn Package Manager2 lessons, 09:42
2 lessons, 09:42
1.1Introduction01:03
1.1
Introduction
01:03
1.2First Look at Yarn Package Manager08:39
1.2
First Look at Yarn Package Manager
08:39
I started my development career on the client-side writing JavaScript and DHTML components in my spare time. In 2005, Nicholas C. Zakas asked me to join him in writing the first edition of Professional Ajax for Wiley Publishing. Since Professional Ajax, 1st Edition, I've been blessed to take part in other book projects: Professional Ajax 2nd Edition, and Beginning JavaScript 3rd and 4th editions.