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.

Last updated