typescript config file is missing
- Dominant language
- JavaScript
- Stars
- 34
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
```
$ npx @bahmutov/cly init -t
scaffolding new Cypress TypeScript project
WARNING: do not have scaffold /Users/bahmutov/.npm/_npx/c25f1ea6daa24dbe/node_modules/@bahmutov/cly/10ts for Cypress version 10
Will scaffold for version 10
cp: no such file or directory: /Users/bahmutov/.npm/_npx/c25f1ea6daa24dbe/node_modules/@bahmutov/cly/10/tsconfig.json
✅ scaffolded "cypress" folder with a single example spec (v10)
you can configure additional options in cypress.json file
see https://on.cypress.io/configuration
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the issue with `npx @bahmutov/cly init -t` and inspect the Cypress v10 TypeScript scaffolding path shown in the error, especially the missing `10/tsconfig.json`. Done means the command completes without the `cp` error and creates the expected TypeScript configuration in the scaffolded project.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cypress, javascript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100