ItsWendell / google-assistant-desktop-client

A Cross-Platform client for Google Assistant, written in NodeJS / Electron.
136 stars 21 forks source link

Electron Rebuild Failure? #16

Closed ghost closed 5 years ago

ghost commented 5 years ago

When I try to run npm install --target=2.0.0 --runtime=electron, I get an error that the rebuild failed.

Full output is at the pastebin: https://pastebin.com/tNtimehX

ItsWendell commented 5 years ago

Thanks for your interest in this project! I just updated the readme and some packages, could you try again by pulling the latest version?

Instead of doing npm install --target=2.0.0 --runtime=electron you should just be able to do npm install !

ghost commented 5 years ago

That got it to work!

I'm getting a screen now saying my OAuth2 isn't set up. Looking through the instructions, it kinda glazes over that part. What exactly do I need to enable there?

ghost commented 5 years ago

Got the OAuth fixed, will open another issue with an error I'm facing