Added a known issues page to the docs

This commit is contained in:
Matt Aitken
2024-04-03 14:30:43 +01:00
parent 0382cf8719
commit 73e469daf5
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -463,6 +463,7 @@
"v3/upgrading-from-v2",
"v3/changelog",
"v3/feature-matrix",
"v3/known-issues",
"v3/limits"
]
},
+12
View File
@@ -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"
```