Added a known issues page to the docs
This commit is contained in:
@@ -463,6 +463,7 @@
|
||||
"v3/upgrading-from-v2",
|
||||
"v3/changelog",
|
||||
"v3/feature-matrix",
|
||||
"v3/known-issues",
|
||||
"v3/limits"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "Known issues"
|
||||
description: "Please let us know if you encounter an issue not on this list."
|
||||
---
|
||||
|
||||
#### `pnpm` is not currently supported
|
||||
|
||||
By default, pnpm has a more complicated package structure than npm. If you see this error when running the CLI then you're experiencing this bug:
|
||||
|
||||
```bash
|
||||
✘ [ERROR] Could not resolve "@trigger.dev/core/v3"
|
||||
```
|
||||
Reference in New Issue
Block a user