GoogleChromeLabs / carlo

Web rendering surface for Node applications
Apache License 2.0
9.31k stars 309 forks source link

Unable to run packaged systeminfo example in osx unless using "sudo" #84

Closed sucotronic closed 5 years ago

sucotronic commented 5 years ago

I've download the repo and packed the systeminfo example with no problem. But when I try to start it, as normal user, it show the following error, and then an osx crash screen:

image

System: OSX 10.14.1 Pkg: 4.3.4 Chrome: 70.0.3538.77 Carlo:0.9.0

pavelfeldman commented 5 years ago

Fixed with https://github.com/GoogleChromeLabs/carlo/commit/0a42a060e3dca2bd10bbd8718ad2bf7aa859dc63 and https://github.com/GoogleChromeLabs/carlo/commit/9faeabcc991428da6aff95961f4f7b9fdbae6518.

npm 0.9.27 with the fix published.

One needs to specify localDataDir for this to work.

sucotronic commented 5 years ago

Thanks!!