mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
chore(other): set some 'nvm' versions to '24.2.0' (#8691)
* Set some 'nvm' versions to '24.2.0'
This commit is contained in:
parent
cc96698300
commit
aab14b7aa5
@ -1 +1 @@
|
|||||||
v20.12.1
|
v24.2.0
|
||||||
@ -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
|
||||||
`v20.12.1` and therefore we recommend to use the same version
|
`v24.2.0` 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:
|
|||||||
```sh
|
```sh
|
||||||
# install Node
|
# install Node
|
||||||
$ cd backend
|
$ cd backend
|
||||||
$ nvm install v20.12.1
|
$ nvm install v24.2.0
|
||||||
$ nvm use v20.12.1
|
$ nvm use v24.2.0
|
||||||
```
|
```
|
||||||
|
|
||||||
Install node dependencies with [yarn](https://yarnpkg.com/en/):
|
Install node dependencies with [yarn](https://yarnpkg.com/en/):
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
v20.12.1
|
v24.2.0
|
||||||
Loading…
x
Reference in New Issue
Block a user