Skip to content

Commit a8324a5

Browse files
committed
chore: backup
1 parent 2407683 commit a8324a5

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

content/start/mcp-skills/index-en-US.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,16 @@ Find MCP configuration in settings and add:
8989
}
9090
```
9191

92+
#### Troubleshooting
93+
94+
<Notice type="warning" title='⚠️ oxc-parser Related Errors'>
95+
If you encounter `oxc-parser` or similar dependency resolution errors when running MCP, this is a known npm bug. Please follow these steps to resolve:
96+
97+
1. First, upgrade npm to the latest version: `npm install -g npm@latest`
98+
2. Manually install globally in the terminal: `npm i -g @douyinfe/semi-mcp`
99+
3. Then try configuring MCP again
100+
</Notice>
101+
92102
### Install Skills
93103

94104
The installation panel below helps you install Semi Skills to your project with one click. Select the programming tool you use, click "Add to My Project," choose the target directory, and the installation is complete.

content/start/mcp-skills/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,16 @@ MCP 的安装方式因客户端而异,以下是常见客户端的配置方法
8989
}
9090
```
9191

92+
#### 故障排除
93+
94+
<Notice type="warning" title='⚠️ oxc-parser 相关错误'>
95+
如果运行 MCP 时遇到 `oxc-parser` 或类似的依赖解析错误,这是 npm 的已知 bug。请按以下步骤解决:
96+
97+
1. 首先升级 npm 和 nodejs 到最新版本:`npm install -g npm@latest`
98+
2. 在终端中手动全局安装:`npm i -g @douyinfe/semi-mcp`,字节跳动内网用户注意替换包名
99+
3. 然后重新尝试配置 MCP 即可
100+
</Notice>
101+
92102
### 安装 Skills
93103

94104
下面的安装面板可以帮助你一键安装 Semi Skills 到你的项目中。选中你使用的编程工具,点击「添加到我的项目」,选择目标目录,即可完成安装。

0 commit comments

Comments
 (0)