sindresorhus / fast-cli

Test your download and upload speed using fast.com
MIT License
2.58k stars 110 forks source link

CLI tool needs X11? #61

Closed topranks closed 3 years ago

topranks commented 3 years ago

Does this tool need X installed?

root@MYBOX:~# fast

   ⠙ 

Failed to launch chrome!
/usr/local/lib/node_modules/fast-cli/node_modules/puppeteer/.local-chromium/linux-686378/chrome-linux/chrome: error while loading shared libraries: libX11-xcb.so.1: cannot open shared object file: No such file or directory

TROUBLESHOOTING: https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md
sindresorhus commented 3 years ago

As you can see, the error is coming from Puppeteer. I have no idea what it requires or not.

TROUBLESHOOTING: https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md