Closed toddbranch closed 9 years ago
Can confirm this issue:
~ $ which chromium
/usr/bin/chromium
~ $ which chromium-browser
chromium-browser not found
~ $ node-debug
Node Inspector is now available from http://127.0.0.1:24354/debug?port=5858
Debugger listening on port 5858
No browser matching [chrome,chromium,opera] found in the system! If this is not true, submit a bug report on https://github.com/benderjs/browser-launcher2
Please open the URL manually in Chrome/Chromium/Opera or similar browser
~ $ lsb_release -id
Distributor ID: Arch
Description: Arch Linux
~ $ pacman -Qi chromium
Name : chromium
Version : 41.0.2272.118-1
Description : The open-source project behind Google Chrome, an attempt at
creating a safer, faster, and more stable browser
Architecture : x86_64
...
The standard binary for chromium on Arch is chromium, not chromium-browser. I worked around by symlinking to chromium-browser. Maybe add this workaround to the docs? Or add mechanism to check known browser aliases? I'd be happy to submit PR