From 6773a184c6b670533ae36cabf3e7b9d29188132c Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 17 Dec 2020 11:24:54 +0100 Subject: [PATCH 1/4] Added a hint how to use different node versions. Recommend usage of node 12.19.0 --- backend/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/backend/README.md b/backend/README.md index 7fd49faf8..e93e222ab 100644 --- a/backend/README.md +++ b/backend/README.md @@ -17,8 +17,13 @@ Wait a little until your backend is up and running at [http://localhost:4000/](h ## Installation without Docker -For the local installation you need a recent version of [node](https://nodejs.org/en/) -(>= `v10.12.0`). +For the local installation you need a recent version of +[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 knwon problems with more recent node versions). You can use the +[node version manager](https://github.com/nvm-sh/nvm) to swutch +between different local node versions. Install node dependencies with [yarn](https://yarnpkg.com/en/): ```bash From 269a50903efb99d2cdebff3e8cfa956aa3c4c4d7 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 17 Dec 2020 11:27:00 +0100 Subject: [PATCH 2/4] fixed typo --- backend/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/README.md b/backend/README.md index e93e222ab..3c9c6beee 100644 --- a/backend/README.md +++ b/backend/README.md @@ -19,10 +19,10 @@ Wait a little until your backend is up and running at [http://localhost:4000/](h For the local installation you need a recent version of [node](https://nodejs.org/en/) (>= `v10.12.0`). We are using -12.19.0 and therefore we recommend to use the same version +'12.19.0' and therefore we recommend to use the same version ([see](https://github.com/Ocelot-Social-Community/Ocelot-Social/issues/4082) some knwon problems with more recent node versions). You can use the -[node version manager](https://github.com/nvm-sh/nvm) to swutch +[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/): From c948f9460bf171005f5407b89e7949a68bc0250f Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 17 Dec 2020 11:28:56 +0100 Subject: [PATCH 3/4] improved --- backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/README.md b/backend/README.md index 3c9c6beee..de584af03 100644 --- a/backend/README.md +++ b/backend/README.md @@ -19,7 +19,7 @@ Wait a little until your backend is up and running at [http://localhost:4000/](h For the local installation you need a recent version of [node](https://nodejs.org/en/) (>= `v10.12.0`). We are using -'12.19.0' and therefore we recommend to use the same version +`12.19.0` and therefore we recommend to use the same version ([see](https://github.com/Ocelot-Social-Community/Ocelot-Social/issues/4082) some knwon problems with more recent node versions). You can use the [node version manager](https://github.com/nvm-sh/nvm) to switch From 78982f18ca4e89d9e4a7d09cc3e40998016776c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 21 Dec 2020 10:44:40 +0100 Subject: [PATCH 4/4] Update backend/README.md --- backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/README.md b/backend/README.md index de584af03..66226d4ae 100644 --- a/backend/README.md +++ b/backend/README.md @@ -21,7 +21,7 @@ For the local installation you need a recent version of [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 knwon problems with more recent node versions). You can use the +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.