You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2026. It is now read-only.
I'm trying out the plugin template in lobechat. When I request the UI (portal view button) the plugin crashes.
the error in the plugin server is:
...redacted.../chat-plugin-template/node_modules/@lobehub/fluent-emoji/es/index.js:1
export { default as FluentEmoji } from "./FluentEmoji";
^^^^^^
SyntaxError: Unexpected token 'export'
at wrapSafe (node:internal/modules/cjs/loader:1378:20)
at Module._compile (node:internal/modules/cjs/loader:1428:41)
at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
💻 系统环境 | Operating System
Other Linux
🌐 浏览器 | Browser
Firefox
🐛 问题描述 | Bug Description
I'm trying out the plugin template in lobechat. When I request the UI (portal view button) the plugin crashes.
the error in the plugin server is:
🚦 期望结果 | Expected Behavior
it should show an interface
📷 复现步骤 | Recurrence Steps
No response
📝 补充信息 | Additional Information
No response