mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge branch 'master' into degroup-sass-packages-in-dependabot
This commit is contained in:
commit
dc32e64c83
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
@ -134,7 +134,6 @@ updates:
|
|||||||
vue:
|
vue:
|
||||||
applies-to: version-updates
|
applies-to: version-updates
|
||||||
patterns:
|
patterns:
|
||||||
- "vue*"
|
|
||||||
- "@vue*"
|
- "@vue*"
|
||||||
|
|
||||||
- package-ecosystem: docker
|
- package-ecosystem: docker
|
||||||
|
|||||||
@ -20,7 +20,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
|
For the local installation you need a recent version of
|
||||||
[Node](https://nodejs.org/en/) (>= `v16.19.0`). We are using
|
[Node](https://nodejs.org/en/) (>= `v16.19.0`). We are using
|
||||||
`v19.4.0` and therefore we recommend to use the same version
|
`v20.12.1` and therefore we recommend to use the same version
|
||||||
([see](https://github.com/Ocelot-Social-Community/Ocelot-Social/issues/4082)
|
([see](https://github.com/Ocelot-Social-Community/Ocelot-Social/issues/4082)
|
||||||
some known 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) `nvm` to switch
|
[node version manager](https://github.com/nvm-sh/nvm) `nvm` to switch
|
||||||
@ -29,8 +29,8 @@ between different local Node versions:
|
|||||||
```bash
|
```bash
|
||||||
# install Node
|
# install Node
|
||||||
$ cd backend
|
$ cd backend
|
||||||
$ nvm install v19.4.0
|
$ nvm install v20.12.1
|
||||||
$ nvm use v19.4.0
|
$ nvm use v20.12.1
|
||||||
```
|
```
|
||||||
|
|
||||||
Install node dependencies with [yarn](https://yarnpkg.com/en/):
|
Install node dependencies with [yarn](https://yarnpkg.com/en/):
|
||||||
|
|||||||
@ -10,8 +10,8 @@ between different local Node versions:
|
|||||||
```bash
|
```bash
|
||||||
# install Node
|
# install Node
|
||||||
$ cd webapp
|
$ cd webapp
|
||||||
$ nvm install v19.4.0
|
$ nvm install v20.12.1
|
||||||
$ nvm use v19.4.0
|
$ nvm use v20.12.1
|
||||||
```
|
```
|
||||||
|
|
||||||
Install node dependencies with [yarn](https://yarnpkg.com/en/):
|
Install node dependencies with [yarn](https://yarnpkg.com/en/):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user