Skip to content

Commit 50506dc

Browse files
committed
Documentation edits made through Mintlify web editor
1 parent d5772e5 commit 50506dc

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/v3/troubleshooting.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,27 @@ The first thing to do is to try again. If that fails then join [our Discord](htt
4747

4848
Usually there will be some useful guidance below this message. If you can't figure out what's going wrong then join [our Discord](https://trigger.dev/discord) and create a Help forum post with a link to your deployment.
4949

50+
## Project setup issues
51+
52+
### `The requested module 'node:events' does not provide an export named 'addAbortListener'`
53+
If you see this error it means you're not a supported version of Node:
54+
55+
```
56+
SyntaxError: The requested module 'node:events' does not provide an export named 'addAbortListener'
57+
at ModuleJob._instantiate (node:internal/modules/esm/module_job:123:21)
58+
at async ModuleJob.run (node:internal/modules/esm/module_job:189:5)
59+
60+
Node.js v19.9.0
61+
```
62+
63+
You need to be on at least these minor versions:
64+
65+
| Version | Minimum |
66+
| ----- | ------- |
67+
| 18 | 18.16+ |
68+
| 20 | 20.11+ |
69+
| 21 | 21.0+ |
70+
5071
## Runtime issues
5172

5273
### `Environment variable not found:`

0 commit comments

Comments
 (0)