Skip to content

Commit

Permalink
Set a solution for the create command issue on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wuelcas committed Jun 17, 2019
1 parent a683be7 commit a3f9c94
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You can also create interaction model and publishing information for your Alexa
As simple as:

```
$ npx voxa-cli create
$ npx voxa create
```

You'll be prompt to answer several question like:
Expand All @@ -45,6 +45,10 @@ You'll be prompt to answer several question like:

Once done you'll be ready to start working on your next voice app.

### Having trouble using `npx voxa create`?

We noticed that on Windows using `npx voxa create` sometimes results on undesired output. You can use `npx voxa-cli create` as a workaround. We haven't found that issue on MacOS and Linux yet.

### How to connect with Google Spreadsheet

To programmatically access your spreadsheet, you’ll need to create a service account and OAuth2 credentials from the Google API Console. If you’ve been burned by OAuth2 before, don’t worry; service accounts are way easier to use.
Expand Down

0 comments on commit a3f9c94

Please sign in to comment.