mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Merge pull request #4083 from Ocelot-Social-Community/node-version-hint
feat: Node Version Recommendation In backend/README.md
This commit is contained in:
commit
bcbc933657
@ -17,8 +17,13 @@ Wait a little until your backend is up and running at [http://localhost:4000/](h
|
|||||||
|
|
||||||
## Installation without Docker
|
## Installation without Docker
|
||||||
|
|
||||||
For the local installation you need a recent version of [node](https://nodejs.org/en/)
|
For the local installation you need a recent version of
|
||||||
(>= `v10.12.0`).
|
[node](https://nodejs.org/en/) (>= `v10.12.0`). We are using
|
||||||
|
`12.19.0` and therefore we recommend to use the same version
|
||||||
|
([see](https://github.com/Ocelot-Social-Community/Ocelot-Social/issues/4082)
|
||||||
|
some known problems with more recent node versions). You can use the
|
||||||
|
[node version manager](https://github.com/nvm-sh/nvm) to switch
|
||||||
|
between different local node versions.
|
||||||
|
|
||||||
Install node dependencies with [yarn](https://yarnpkg.com/en/):
|
Install node dependencies with [yarn](https://yarnpkg.com/en/):
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user