Skip to content

Commit 84ee956

Browse files
committed
Update README with note about yarn install
1 parent b88251b commit 84ee956

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
@@ -108,6 +108,12 @@ Optional: To fix ["unmet peer dependency" warnings](https://github.com/rails/web
108108
yarn upgrade
109109
```
110110

111+
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:
112+
113+
```bash
114+
yarn install
115+
```
116+
111117
### Usage
112118

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

0 commit comments

Comments
 (0)