You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/v3/troubleshooting.mdx
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,27 @@ The first thing to do is to try again. If that fails then join [our Discord](htt
47
47
48
48
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.
49
49
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)
0 commit comments