mirror of https://github.com/Chocobozzz/PeerTube
Update dependencies to use node 16
parent
d9dd51aec7
commit
a3de59ab72
|
@ -34,7 +34,7 @@ _note_: only **LTS** versions of external dependencies are supported. If no LTS
|
|||
|
||||
2. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access
|
||||
|
||||
3. Install NodeJS 14.x:
|
||||
3. Install NodeJS 16.x:
|
||||
[https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)
|
||||
4. Install yarn, and be sure to have [a recent version](https://github.com/yarnpkg/yarn/releases/latest):
|
||||
[https://yarnpkg.com/en/docs/install#linux-tab](https://yarnpkg.com/en/docs/install#linux-tab)
|
||||
|
@ -88,7 +88,7 @@ sudo systemctl start redis postgresql
|
|||
|
||||
## CentOS 7
|
||||
|
||||
1. Install NodeJS 14.x:
|
||||
1. Install NodeJS 16.x:
|
||||
[https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora](https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora)
|
||||
|
||||
2. Install yarn:
|
||||
|
@ -135,7 +135,7 @@ sudo systemctl enable --now postgresql
|
|||
|
||||
## Centos 8
|
||||
|
||||
1. Install NodeJS 14.x:
|
||||
1. Install NodeJS 16.x:
|
||||
[https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora](https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora)
|
||||
|
||||
2. Install yarn:
|
||||
|
@ -185,9 +185,9 @@ sudo systemctl enable --now postgresql
|
|||
sudo dnf update -y
|
||||
```
|
||||
|
||||
2. Install NodeJS 14.x:
|
||||
2. Install NodeJS 16.x:
|
||||
```
|
||||
sudo dnf module install -y nodejs:14
|
||||
sudo dnf module install -y nodejs:16
|
||||
```
|
||||
|
||||
3. Install yarn:
|
||||
|
@ -244,7 +244,7 @@ su my-peertube-user
|
|||
3. (Optional) Install certbot (choose instructions for your distribution):
|
||||
[https://certbot.eff.org/all-instructions](https://certbot.eff.org/all-instructions)
|
||||
|
||||
4. Install NodeJS 14.x:
|
||||
4. Install NodeJS 16.x:
|
||||
[https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora](https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora)
|
||||
|
||||
5. Install yarn:
|
||||
|
@ -336,7 +336,7 @@ echo fs.inotify.max_user_watches=582222 | sudo tee -a /etc/sysctl.conf && sudo s
|
|||
2. Install Node.JS
|
||||
|
||||
```
|
||||
sudo dnf module install nodejs:14
|
||||
sudo dnf module install nodejs:16
|
||||
```
|
||||
|
||||
3. Install Yarn
|
||||
|
|
Loading…
Reference in New Issue