I am trying to launch an instance of google chrome in headless mode but getting the following error:
Failed to launch the browser process!
/workspace/node_modules/puppeteer/.local-chromium/linux-737027/chrome-linux/chrome: error while loading shared libraries: libgbm.so.1: cannot open shared object file: No such file or directory
I am using puppeteer v3.0.0 with nodejs 10 runtime. How can i resolve this error?