lucacasonato/deno-puppeteer

Installing puppeteer with firefox option

Opened this issue · 0 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...