can install it again without any internet connection. • Deterministic. The same dependencies will be installed in the same exact way on any machine, regardless of install order. • Network Performance. Yarn efficiently queues up requests and avoids request waterfalls in order to maximize network utilization. • Network Resilience. A single request failing won't cause an install to fail. Requests are retried upon failure. • Flat Mode. Yarn resolves mismatched versions of dependencies to a single version to avoid creating duplicates. Features
installed packages. • yarn licenses generate-disclaimer — List of licenses from all the installed packages. • yarn pack — Make a gzip archive of package dependencies. • yarn self-update — Updates Yarn to the latest version. • yarn why — Show information about why a package is installed. • yarn upgrade-interactive