Christian Alexander

Results 6 comments of Christian Alexander

I ran into this issue recently. Because of Inquirer.js's usage of `readline`, SIGINT only gets sent to Inquirer, which is fine when Inquirer is in the only running process. For...

After looking into this further, there is no documentation explicitly stating that signals do not propagate. In fact, manually sending a SIGINT (ex: `kill -2 `) does work. The problem...

I'm unsure if this should be considered an issue at the Node level. Perhaps there could be a case where it wouldn't be desirable to send a SIGINT on `ctrl+c`...

Oh! You're on windows :) According to the `WINDOWS` section of [Google's auth guide](https://cloud.google.com/docs/authentication/production#setting_the_environment_variable), you can set an environment variable in your session with `set GOOGLE_APPLICATION_CREDENTIALS=[PATH]`.

Hmm, this uses Google's default authentication token code. The library they use [says](https://godoc.org/golang.org/x/oauth2/google#FindDefaultCredentials): > It looks for credentials in the following places, preferring the first location found: > 1. A...