Skip to content

Commit

Permalink
Mention ts-node -vv flag in issue template (#1001)
Browse files Browse the repository at this point in the history
Makes it easier to collect version numbers
  • Loading branch information
cspotcode committed Apr 8, 2020
1 parent 56f2079 commit 2a0f1f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Expand Up @@ -31,12 +31,13 @@ https://github.com/TypeStrong/ts-node-repros

### Specifications

<!-- `ts-node -vv` will print ts-node, node, and TypeScript versions -->
* ts-node version:
* node version:
* TypeScript version:
* tsconfig.json, if you're using one:
```
{}
```
* node version:
* Operating system and version:
* If Windows, are you using WSL or WSL2?:

0 comments on commit 2a0f1f3

Please sign in to comment.