Error could not found chromium

For anyone having any troubles running that, make sure you’ve put a space between [[ and ! like:

if [[ ! -d $PUPPETEER_CACHE_DIR]]; then 
1 Like