Skip to content

Commit

Permalink
fix: update query-client branch, add checksumBehavior in yarnrc
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia committed Aug 6, 2021
1 parent 151a9a3 commit e20cd48
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 210 deletions.
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nodeLinker: node-modules

checksumBehavior: update
yarnPath: .yarn/releases/yarn-3.0.1-rc.1.cjs
defaultSemverRangePrefix: ''
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Installation

1. Run `yarn` to install the dependencies. You might need to run `YARN_CHECKSUM_BEHAVIOR=update yarn` if you run into checksum errors. This is due to github packages being updated in the midtime and don't match with `yarn.lock` anymore. This error should disappear when using releases or tags (instead of branches).
1. Run `yarn` to install the dependencies.
2. Run the API at `localhost:3000`
3. Set the following environnement variables in `.env.local`

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "AGPL-3.0-only",
"dependencies": {
"@graasp/query-client": "git://github.com/graasp/graasp-query-client.git#main",
"@graasp/ui": "git://github.com/graasp/graasp-ui.git#yarn2",
"@graasp/ui": "git://github.com/graasp/graasp-ui.git#master",
"@material-ui/core": "4.11.2",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.57",
Expand All @@ -23,16 +23,16 @@
"http-status-codes": "2.1.4",
"i18next": "19.8.4",
"immutable": "4.0.0-rc.12",
"katex": "0.13.5",
"katex": "0.13.11",
"lodash.truncate": "4.4.2",
"node-fetch": "2.6.1",
"prop-types": "15.7.2",
"qs": "6.9.6",
"qs": "6.10.1",
"react": "^17.0.1",
"react-beautiful-dnd": "13.1.0",
"react-dom": "^17.0.1",
"react-i18next": "11.8.5",
"react-query": "3.13.8",
"react-query": "3.16.0",
"react-quill": "1.3.5",
"react-redux": "7.2.2",
"react-redux-toastr": "7.6.5",
Expand Down
Loading

0 comments on commit e20cd48

Please sign in to comment.