From 73e469daf5fabb991f6353e677e5fce87c4e7393 Mon Sep 17 00:00:00 2001 From: Matt Aitken Date: Wed, 3 Apr 2024 14:30:43 +0100 Subject: [PATCH] Added a known issues page to the docs --- docs/mint.json | 1 + docs/v3/known-issues.mdx | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 docs/v3/known-issues.mdx diff --git a/docs/mint.json b/docs/mint.json index ab1011276..6a5e75c76 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -463,6 +463,7 @@ "v3/upgrading-from-v2", "v3/changelog", "v3/feature-matrix", + "v3/known-issues", "v3/limits" ] }, diff --git a/docs/v3/known-issues.mdx b/docs/v3/known-issues.mdx new file mode 100644 index 000000000..6ca151a9d --- /dev/null +++ b/docs/v3/known-issues.mdx @@ -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" +```