mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 05:44:45 -06:00
Update to required nodejs version (#474)
This commit is contained in:
parent
796913afb9
commit
736c83c62f
@ -17,11 +17,11 @@ The build tools require NodeJS, yarn is used as the package manager.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Ubuntu/Debian
|
# Ubuntu/Debian
|
||||||
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
|
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
|
||||||
apt install -y nodejs
|
apt install -y nodejs
|
||||||
|
|
||||||
# CentOS
|
# CentOS
|
||||||
curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash -
|
curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash -
|
||||||
sudo yum install -y nodejs yarn # CentOS 7
|
sudo yum install -y nodejs yarn # CentOS 7
|
||||||
sudo dnf install -y nodejs yarn # CentOS 8
|
sudo dnf install -y nodejs yarn # CentOS 8
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user