🖥️ System Requirements
For all Plex Development products, the following system requirements must be met:- Node.js 20.x.x LTS or above
- A hosting (VPS, dedicated server, etc.) with at least 512MB of RAM and 1 CPU core
- A text editor (like Visual Studio Code, Sublime Text, etc.) for editing configuration files
- A stable Internet connection for downloading dependencies
- All NPM packages listed in the package.json (automatically installed with
npm install)
⏳ Installation
The following steps will depend on which operating system you are using. Please select the appropriate section below:- Windows Dependencies
- Linux Dependencies
copied from the official docs, slightly modifiedIn order to run Plex Development products on Windows, you will need to install the following dependencies:
1
Install Visual Studio Desktop Development C++
This step is required to compile native modules used by some NPM packages we use. You can use this link to install the required components.
2
Install Node.js LTS
Download and install the latest Long-Term Support (LTS) version of Node.js directly from the official Node.js website.
3
Install Build Tools
This step is required to compile native modules used by some NPM packages we use. Open an administrative Command Prompt and run the following command to install the necessary build tools:
4
Verify Installation
Open a new Command Prompt and run the following commands to verify that Node.js and NPM are installed correctly:If both commands return version numbers, the installation was successful.