WP Theme Detector Documentaion
  • 👋Welcome
  • 🚛Product Detail
  • 🦪Requirements
  • Install
    • 🛠️Installation
      • Install on cPanel
        • 1️⃣cPanel
      • Install on VPS(CLI)
        • 1️⃣Install NodeJS
        • 2️⃣Install MongoDB
        • 3️⃣Install WP Detector
  • ⚙️MongoDB Atlas Setup
Powered by GitBook
On this page
  1. Install
  2. Installation

Install on cPanel

For shared hosting, your server must have NodeJS version 18.x and NPM 9.x. Most of the shared hosting companies don't upgrade Nodejs to the latest version. They have only a 10.x version. So this Script don't work with that version.

You can check your NodeJS version by logging to your ssh terminal and type.

node -v

it will show you the installed NodeJS version.

Output
v18.16.0

If your installed NodeJS version is 10.x. Then the script is unable to be install.

Please contact your Hosting Provider to update the NodeJS version from their side.

PreviousInstallationNextcPanel

Last updated 1 year ago

🛠️