Build on Windows 11, add some feture #35314
hero
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've added some features based on v0.196.6:
Error: Cannot find module 'C:\C:\Users\xxx\AppData\Local\Zed\extensions\work\mcp-server-context7\node_modules\@upstash\context7-mcp\dist\index.js'
Root Cause: The
C:\
in the path is repeated. This is because the argument contains a malformed path:"/C:\path\to\file"
. The argument begins with/
but is followed by the Windows absolute pathC:\
. Node.js Interpretation: Node.js interprets/C:\
as a path starting from the root directory, which becomesC:\C:\
on Windows.Fix it:
Here are my steps:
GOOGLE_AI_API_KEY
-->GEMINI_API_KEY
google_ai_api_key
-->gemini_api_key
This is done to ensure consistency with the environment variables required by the Gemini CLI.
patches_on_v0.196.6.zip
Open the Visual Studio Installer
Modify the Visual Studio 2022 installation:
MSVC v143 - VS 2022 C++ x64/x86 Spectre Mitigation Library (Latest)
That's all, hope it helps
Beta Was this translation helpful? Give feedback.
All reactions