Monthly Archives: May 2019

puppeteer Centos 7 문제 해결

1. lib dependencies 해결 https://chrome.richardlloyd.org.uk/ 2. sandbox 문제 해결 # cd to the downloaded instance cd /node_modules/puppeteer/.local-chromium/linux-/chrome-linux/ sudo chown root:root chrome_sandbox sudo chmod 4755 chrome_sandbox # copy sandbox executable to a shared location sudo cp -p chrome_sandbox /usr/local/sbin/chrome-devel-sandbox # export … Continue reading

Posted in nodejs | Leave a comment