mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
feat(customization): include openssl-legacy-provider notice (#491)
This commit is contained in:
parent
411b5673e6
commit
1535155389
@ -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
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user