Skip to content

Commit 579fd77

Browse files
committed
Update README with note about yarn install
1 parent 5ba5034 commit 579fd77

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ Optional: To fix ["unmet peer dependency" warnings](https://github.com/rails/web
106106
yarn upgrade
107107
```
108108

109+
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:
110+
111+
```bash
112+
yarn install
113+
```
114+
109115
### Usage
110116

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

0 commit comments

Comments
 (0)