lucacasonato / deno-puppeteer

A port of puppeteer running on Deno

Home Page:https://deno.land/x/puppeteer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing puppeteer with firefox option

opened this issue · comments

When I tried to install puppeteer by typing "PUPPETEER_PRODUCT=firefox deno run -A --unstable https://deno.land/x/puppeteer@9.0.0/install.ts" in the terminal, I got this error:

PUPPETEER_PRODUCT=firefox : The term 'PUPPETEER_PRODUCT=firefox' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1

  • PUPPETEER_PRODUCT=firefox deno run -A --unstable https://deno.land/x/ ...
  •   + CategoryInfo          : ObjectNotFound: (PUPPETEER_PRODUCT=firefox:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    

Where to write this command to install firefox?
Thanks in advance...