mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fixed install example
This commit is contained in:
parent
43707a4fcb
commit
81430b0bad
@ -26,9 +26,10 @@
|
|||||||
Install dependencies:
|
Install dependencies:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn install
|
# NOTE: currently we need the --ignore-engines parameter as one package is an idiot and dont like new node versions
|
||||||
|
yarn install --ignore-engines
|
||||||
# -or-
|
# -or-
|
||||||
npm install
|
npm install --ignore-engines
|
||||||
```
|
```
|
||||||
|
|
||||||
Start the GraphQL service:
|
Start the GraphQL service:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user