bug: A new Playwright and Checkly project lead to a TypeScript version mismatch warning
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 96
- Forks
- 25
- Avg merge
- 14h 14m
- Merged PRs (30d)
- 38
Description
Node.js version
23
NPM version
10.9
@checkly/cli version
latest (v4.8.1)
Steps to reproduce
npm init playwright@latest
npm init checkly
npx checkly test
Leads to this warning.
Things still work as expected but the warning isn't very "trustworthy". 🫣
What is expected?
No TypeScript version mismatch warning.
What is actually happening?
A warning is printed out.
Any additional comments?
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the warning with npm init playwright@latest, npm init checkly, and npx checkly test using the Node.js and npm versions reported. Trace the TypeScript version resolution involved in this setup and confirm the work is done when the command completes without the mismatch warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- cli, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100