Skip to content

Commit b7b2909

Browse files
authored
Update README.md
1 parent 0283bf3 commit b7b2909

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ If you want to run your instance of RAWGraphs locally on your machine, be sure y
2828
If you want to run your instance of RAWGraphs locally on your machine, be sure you have the following requirements installed.
2929

3030
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) (it could be used through the interface of [GitHub Desktop](https://desktop.github.com/))
31-
- [Node.js](https://nodejs.org/en/)
32-
- [Yarn](https://yarnpkg.com/getting-started/install)
31+
- [Node.js](https://nodejs.org/en/) (latest tested: 23.6.1)
32+
- [Yarn](https://yarnpkg.com/getting-started/install) (latest tested: 1.22)
3333

3434
### Instructions (macOS)
3535

@@ -57,6 +57,11 @@ Now you can run the project locally in development mode with the command:
5757
yarn start
5858
```
5959

60+
Ensure that you're using the legacy OpenSSL providers (to be updated):
61+
```shell
62+
export NODE_OPTIONS=--openssl-legacy-provider
63+
```
64+
6065
You can also build your own version and upload it on your server by running the command:
6166

6267
```shell

0 commit comments

Comments
 (0)