koush / electron-chrome

Other
970 stars 68 forks source link

Windows 10 cmd issue #3

Closed petrk94 closed 7 years ago

petrk94 commented 8 years ago

I try to run electron in the cmd, but it just open the electron builder window and telling me to drag the app in it, but what it need? When I used electron.exe --enable-logging . --app-id=gidgenkbbabolejbgbpnhbimgjbffefm then I just got an error. Anyone know why?

warrickhunter commented 8 years ago

I was able to run it from the electron-chrome directory in Windows 10 using: "./node_modules/.bin/electron" --enable-logging . --app-id=gidgenkbbabolejbgbpnhbimgjbffefm

koush commented 7 years ago

should be fixed