-
Notifications
You must be signed in to change notification settings - Fork 14
How to: install Yarn
Jeremy edited this page May 19, 2021
·
2 revisions
Fast, reliable, and secure dependency management for NodeJS projects. Yarn caches every package it has downloaded, so it never needs to download the same package again. It also does almost everything concurrently to maximize resource utilization. This means even faster installs. Using a detailed but concise lockfile format and a deterministic algorithm for install operations, Yarn is able to guarantee that any installation that works on one system will work exactly the same on another system. Yarn uses checksums to verify the integrity of every installed package before its code is executed.
- macOS: This is the only platform this project supports
- NodeJS: NodeJS Runtime
- Homebrew: A macOS package manager
- Open and run the following command in terminal:
brew install yarn
- Run
yarn --version
to verify install.- Should print version and revision info to terminal (eg.
1.22.10
)
- Should print version and revision info to terminal (eg.
- Home
- Design
- How to
- Configure an Okta application
- Configure an environment for Okta
- Create an SSM parameter
- Get cloudformation stack outputs
- Clone this repo
- Install Homebrew
- Install Git
- Install nvm
- Install Node.js
- Install Java
- Install AWS CLI
- Install awslogs
- Install Docker Desktop
- Install Code Climate CLI
- Install serverless
- Install Yarn
- Install testcafe
- Re run a github actions workflow
- Workflows