From defe73367e91f4c04f2f7185fc64cb94f0a7ddaa Mon Sep 17 00:00:00 2001 From: Dustin Loring Date: Tue, 17 Dec 2024 07:56:25 -0500 Subject: [PATCH] add: miniflare and wrangler error added information to FAQ in docs --- docs/docs/FAQ.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/FAQ.md b/docs/docs/FAQ.md index de1b4b14b..9f18a88ac 100644 --- a/docs/docs/FAQ.md +++ b/docs/docs/FAQ.md @@ -72,4 +72,9 @@ Local LLMs like Qwen-2.5-Coder are powerful for small applications but still exp --- +### **"Miniflare or Wrangler errors in Windows"** +You will need to make sure you have the latest version of Visual Studio C++ installed (14.40.33816), more information here https://github.com/stackblitz-labs/bolt.diy/issues/19. + +--- + Got more questions? Feel free to reach out or open an issue in our GitHub repo!