



Which yielded in Error: Failed to launch the browser process! Then I tried the example from Google : const puppeteer = require('puppeteer') Ĭonst browser = await puppeteer.launch() So I took the chrome-linux dir within the zip file and pasted it in node_modules/puppeteer/.local-chromium/linux-737027/ (so removed the old one). Then I went one directory deeper in chrome-linux and only found libGLESv2.so. So I first went into node_modules/puppeteer/.local-chromium/linux-737027/ and found a zip file named chrome-linux.zip containing a folder named chrome-linux. On Debian 9.5 I had the same issue namely Error: Failed to launch the browser process! spawn /home/user/PuppeteerTests/node_modules/puppeteer/.local-chromium/linux-737027/chrome-linux/chrome ENOENT
