Closed
Description
Support Question
According to the docs:
To toggle between local and Docker Puppeteer, run
yarn toggle_puppeteer
This will install a local copy of Puppeteer via
yarn
the first time it is run, if a local Puppeteer is not found.
https://github.com/finos/perspective/blame/master/docs/md/development.md#L254-L258
However #1488 removed toggle_puppeteer.js
. Is this still valid? Should this option still be supported?