puppeteer setup needed to run plugin
I am running on plesk. Seems to use plesk for node.js your have to create subdomains or full domains that are standalone and can not run wordpress.
So I have two possible configurations:
1.
example.com - wordpress
hba.example.com - running node.js puppeteer
Currently I believe the current puppeteer 5.5 won't run using the plesk extensions that are using node 12.6 and npm 1.6 are failing to create a working example
2.
The other is to install node.js and puppeteer behind plesk directly on my centos 7 server.
I have installed to a directory using steps like this article https://frugalisminds.com/how-to-setup-puppeteer-in-centos-7/
The test script works
What do you need for the plugin to use peppeteer on my server?
thank you