Skip to content

Instantly share code, notes, and snippets.

View ShaungBhone's full-sized avatar
🏠
Working from home

Shaung Bhone ShaungBhone

🏠
Working from home
View GitHub Profile

Setup location to install chrome

sudo mkdir -p /var/www/.puppeteer-cache
sudo chown -R www-data:www-data /var/www/.puppeteer-cache

Install chrome using command

PUPPETEER_CACHE_DIR=/var/www/.puppeteer-cache npx puppeteer browsers install chrome