Skip to content

Commit

Permalink
Added warning to use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Jackson committed Aug 20, 2022
1 parent a1da00a commit 5d3748a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ We maintain three active branches:
Standard development approach is to fork this repository and work in a branch off the latest version of development. When ready, submit a pull request into development for review.

## Getting Started with Development
**Warning**
### Important Note
This project uses the ```yarn``` package manager. Please ensure that pull requests correctly build with yarn and do not include a ```package-lock.json``` file

You will need to install ```node``` and ```yarn``` (instructions below are for Yarn 3). As of this writing we are on Node 16, but you can check the latest requirement by looking at the _engine_ in ```package.json``` in the top-level directory.
Expand Down

0 comments on commit 5d3748a

Please sign in to comment.