typewriter icon indicating copy to clipboard operation
typewriter copied to clipboard

npx typewriter init generates yml file, but not client (Windows)

Open RapidOwl opened this issue 11 months ago • 2 comments

Hi folks! We've been using for Segment for several years, but never used Typewriter until now. I'm having a bit of trouble getting it set up.

TL;DR npx typewriter init generates the typewriter.yml, but no client.

I've tried this in Git Bash, Powershell and Command Prompt, but the only one that let you use arrow keys to select the options was the Command Prompt.

Dependency versions:

"@segment/analytics-next": "^1.66.0",
"typewriter": "^9.2.0"

Steps to reproduce:

  1. Install dependencies as per docs.
  2. Run npx typewriter init.
  3. Following it through, setting typewriter as the folder name, JavaScript as the language and the web SDK.
  4. Look in the project folder for the client.

Here's a screenshot of my terminal: image

Here's a screenshot of my tracking plan (I'm able to receive events in the Segment debugger and generate violations with incorrect values): image

Thanks for any help anyone can offer!

RapidOwl avatar Mar 13 '24 09:03 RapidOwl