Skip to content

Commit

Permalink
force loading latest Ratel (#349)
Browse files Browse the repository at this point in the history
* force loading latest Ratel

* add working dir
  • Loading branch information
octref authored Feb 5, 2025
1 parent 9b20f55 commit 684f854
Show file tree
Hide file tree
Showing 5 changed files with 991 additions and 714 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:

- name: Install Dependencies with Legacy Peer Deps
run: npm install --legacy-peer-deps
working-directory: ./client

- name: Build Project with OpenSSL Legacy Provider
run: |
export NODE_OPTIONS=--openssl-legacy-provider
npm run build
working-directory: ./client
2 changes: 1 addition & 1 deletion client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The following steps would help setup the app for development locally.
1. Make sure you have [Node.js](https://nodejs.org/en/) installed.
2. [Install and run](https://docs.dgraph.io) Dgraph on the default port(8080) so
that the frontend can communicate with it.
3. We use [npm](https://www.npmjs.com/) for dependency management. Run `npm install`
3. We use [npm](https://www.npmjs.com/) for dependency management. Run `npm install --legacy-peer-deps`
from within the dashboard folder to install the deps.
4. Run `npm start` which would open up the UI at `http://localhost:3000`.The UI gets
refreshed automatically after a change in any files inside the src folder.
Expand Down
Loading

0 comments on commit 684f854

Please sign in to comment.