We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb8717f + c0e9400 commit 2ab5e58Copy full SHA for 2ab5e58
community/customization/panel.md
@@ -17,11 +17,11 @@ The build tools require NodeJS, yarn is used as the package manager.
17
18
```bash
19
# Ubuntu/Debian
20
-curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
+curl -sL https://deb.nodesource.com/setup_22.x | sudo -E bash -
21
sudo apt install -y nodejs
22
23
# CentOS
24
-curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash -
+curl -sL https://rpm.nodesource.com/setup_22.x | sudo -E bash -
25
sudo yum install -y nodejs yarn # CentOS 7
26
sudo dnf install -y nodejs yarn # CentOS 8, Rocky Linux 8, AlmaLinux 8
27
```
0 commit comments