Yarn: Difference between revisions
Jump to navigation
Jump to search
Line 70: | Line 70: | ||
{| | {| | ||
| valign="top" | | | valign="top" | | ||
* [https://askubuntu.com/questions/371579/ Exclude directories and file zipping a directory] | |||
* [https://yarnpkg.com/package/@fullcalendar/angular <code>yarn add @fullcalendar/angular</code>] | * [https://yarnpkg.com/package/@fullcalendar/angular <code>yarn add @fullcalendar/angular</code>] | ||
* [https://yarnpkg.com/package/jquery.flot.tooltip <code>yarn add jquery.flot.tooltip</code>] | * [https://yarnpkg.com/package/jquery.flot.tooltip <code>yarn add jquery.flot.tooltip</code>] |
Revision as of 09:02, 26 September 2021
yarn install <git-host>:<git-user>/<repo-name>
yarn install <alias>@npm:<name>
yarn install <git repo url>
yarn install <tarball file>
yarn install <tarball url>
yarn install <folder>
|
yarn install [<@scope>/]<name>@<version range>
yarn install [<@scope>/]<name>@<version>
yarn install [<@scope>/]<name>@<tag>
yarn install [<@scope>/]<name>
yarn install
|
| |
aliases: yarn i, yarn add common options: [-P|--save-prod|-D|--save-dev|-O|--save-optional|--save-peer] [-E|--save-exact] [-B|--save-bundle] [--no-save] [--dry-run] |
Angular
yarn install -g @angular/cli ng serve --open
ReactJS
yarn install yarn start
Knowledge
yarn config set key=value [key=value...] yarn config delete key [key ...] yarn config get [key ...] yarn config list yarn config edit | |
| |
npm install yarn@latest -g yarn list -g --depth 0 node -v yarn -v |
yarn cache clean -f && yarn install -g n && n stable yarn install -g npm yarn upgrade -g yarn update -g |