0% found this document useful (0 votes)
142 views2 pages

Yarn Package Manager Cheat Sheet: by Via

Download as pdf or txt
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 2

Yarn Package Manager Cheat Sheet

by Greg Finzer (GregFinzer) via cheatography.com/15280/cs/11442/

Links

Install Yarn https:​//y​arn​pkg.co​m/e​n/d​ocs​/in​stall

Docume​ntation https:​//y​arn​pkg.co​m/e​n/docs

Get version of Yarn Installed yarn --version

Migrating from npm

Run first in your project directory on the command line. yarn

Change Angular CLI to use yarn ng set --global packag​eMa​nag​er=yarn

Install Packages

Install a package, update the packag​e.json and yarn.lock files yarn add <pa​cka​ge-​nam​e>

Install a specific version of a package, update the packag​e.json and yarn.lock files yarn add <pa​cka​ge-​nam​e>@​<ve​rsi​on-​num​ber>

Install to dev depend​encies yarn add <pa​cka​ge-​nam​e> --dev

Install a package globally yarn global add <pa​cka​ge-​nam​e>

Get the global cache directory yarn cache dir

Restore Packages defined in packag​e.json yarn install

Uninstall Packages

Uninstall, remove from packag​e.json, remove from yarn.lock yarn remove <pa​cka​ge-​nam​e>

Uninstall a global package yarn global remove <pa​cka​ge-​nam​e>

Clean from the yarn cache yarn cache clean

List Packages

List packages used by your applic​ation with no depend​encies yarn list --depth 0

List packages used by your applic​ation with depend​encies yarn list

List packages installed globally yarn global ls

Get info about a package yarn info <pa​cka​ge-​nam​e>

Why is a package needed? yarn why <pa​cka​ge-​nam​e>

Verify Packages

Verify package depend​encies yarn check

Verify package check sums yarn check --inte​grity

Upgrading Packages

Show outdated packages yarn outdated

Upgrade a package to the latest version yarn upgrade <pa​cka​ge-​nam​e>

Upgrade a package to a specific version yarn upgrade <pa​cka​ge-​nam​e>@​<ve​rsi​on-​num​ber>

Upgrade a global package yarn global upgrade <pa​cka​ge-​nam​e>

By Greg Finzer (GregFinzer) Published 13th April, 2017. Sponsored by CrosswordCheats.com


cheatography.com/gregfinzer/ Last updated 9th June, 2017. Learn to solve cryptic crosswords!
www.kellermansoftware.com Page 1 of 2. http://crosswordcheats.com
Yarn Package Manager Cheat Sheet
by Greg Finzer (GregFinzer) via cheatography.com/15280/cs/11442/

Proxy - escape special characters

yarn config set proxy http:/​/us​ern​ame​:pa​ssw​ord​@yo​urp​rox​yse​rve​r:8080/

yarn config set https-​proxy http:/​/us​ern​ame​:pa​ssw​ord​@yo​urp​rox​yse​rve​r:8080/

By Greg Finzer (GregFinzer) Published 13th April, 2017. Sponsored by CrosswordCheats.com


cheatography.com/gregfinzer/ Last updated 9th June, 2017. Learn to solve cryptic crosswords!
www.kellermansoftware.com Page 2 of 2. http://crosswordcheats.com

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy