typewriter
typewriter copied to clipboard
npx typewriter init generates yml file, but not client (Windows)
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:
- Install dependencies as per docs.
- Run
npx typewriter init
. - Following it through, setting
typewriter
as the folder name, JavaScript as the language and the web SDK. - Look in the project folder for the client.
Here's a screenshot of my terminal:
Here's a screenshot of my tracking plan (I'm able to receive events in the Segment debugger and generate violations with incorrect values):
Thanks for any help anyone can offer!