Skip to content

Commit

Permalink
Update README with note about yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
rossta committed Apr 1, 2020
1 parent 5ba5034 commit 579fd77
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -106,6 +106,12 @@ Optional: To fix ["unmet peer dependency" warnings](https://github.com/rails/web
yarn upgrade
```

When `package.json` and/or `yarn.lock` changes, such as when pulling down changes to your local environemnt in a team settings, be sure to keep your NPM packages up-to-date:

```bash
yarn install
```

### Usage

Once installed, you can start writing modern ES6-flavored JavaScript apps right away:
Expand Down

0 comments on commit 579fd77

Please sign in to comment.