OnetapInc / chromy

Chromy is a library for operating headless chrome. 🍺🍺🍺
MIT License
606 stars 41 forks source link

Error: No Chrome Installations Found (without sudo) #72

Closed ibraheem4 closed 7 years ago

ibraheem4 commented 7 years ago

I'm getting this error whenever I run chromy scripts without sudo, even though I have installed Google Chrome and Google Chrome Canary.

Error: No Chrome Installations Found

If I run with sudo, it works. If I explicitly set chromePath on init, it works. When I run without sudo or without setting chromePath, I get the error.

node v8.5.0 npm 5.3.0 chromy 0.4.8

ibraheem4 commented 7 years ago

Turns out this was a permissions issue for me.