Skip to content

Commit

Permalink
Merge pull request #2874 from shaneelsharmaglaccount/patch-2
Browse files Browse the repository at this point in the history
Update Readme: Integrity check failed for grommet
  • Loading branch information
taysea authored Oct 6, 2022
2 parents e75b86d + 126214e commit d1a82eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ yarn install

Running 'yarn install' anywhere in the monorepo hierarchy will always install ALL the modules in the workspaces.

Note: When installing, you may get and error saying "Integrity check failed for 'grommet' (computed integrity doesn't match our records...".
`aries-site` references the latest stable branch of grommet. Any new commits added to grommet's stable branch cause its SHA hash to be updated and become out of sync with the SHA in the yarn.lock file.

To fetch the latest grommet stable, remove yarn.lock and clean yarn cache, then yarn install. For example: `rm yarn.lock && yarn cache clean && yarn install`

Run aries-site in development mode:

```
Expand Down

0 comments on commit d1a82eb

Please sign in to comment.