feat(customization): include openssl-legacy-provider notice (#491)

This commit is contained in:
Devonte W 2023-01-06 16:26:15 +00:00 committed by GitHub
parent 411b5673e6
commit 1535155389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,10 +37,11 @@ yarn # Installs panel build dependencies
## Build Panel Assets
The following command will rebuild the Panel frontend.
The following command will rebuild the Panel frontend. For NodeJS version 17 and above, you must enable the `--openssl-legacy-provider` option before building.
```bash
cd /var/www/pterodactyl
export NODE_OPTIONS=--openssl-legacy-provider # for NodeJS v17+
yarn build:production # Build panel
```