koush / electron-chrome

Other
970 stars 68 forks source link

Apps won't run #20

Closed MrOats closed 7 years ago

MrOats commented 7 years ago

Running electron 1.4.15 and I followed the steps exactly in the readme, but upon running (post-install):
electron --enable-logging . --app-id=gidgenkbbabolejbgbpnhbimgjbffefm

the terminal just displays

using chrome runtime 1.2.8
and spits me back into input mode.

MrOats commented 7 years ago

Hm disregard... I did sudo npm install -g (for global install) and app started to work perfectly afterwards