Cannot execute puppeteer from php
When I try to run a Puppeteer command from PHP using the exec function, I get this error: Error: EACCES: permission denied, stat '/root/.config/puppeteer' Do you know how to resolve this problem? I tried to set the owner and the…