From 9267ee75b93f2c8a8e5053ec9d12f5d50849c26c Mon Sep 17 00:00:00 2001 From: David Pitoniak Date: Fri, 22 Nov 2024 15:11:12 -0500 Subject: [PATCH] chore: add troubleshooting note for TypeScript --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f486ab5..599085b 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,11 @@ values). | ------------------------------------------------------------- | -------------- | | [`allowJs`](https://www.typescriptlang.org/tsconfig/#allowJs) | `false` | +### Troubleshooting + +Possible errors that can arise from not having `allowJs: false`: +- `TypeError [ERR_INVALID_URL_SCHEME]: The URL must be of scheme file` from tsx when trying to run `npx local-action`. + ## Features The following list links to documentation on how to use various features of the