fix(plugins): explain source-only package diagnostics (#77835) (#77842) · openclaw/openclaw@d193d15
hclsys
·
2026-05-06
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -163,7 +163,7 @@ describe("loadConfigForInstall", () => {
|
163 | 163 | { |
164 | 164 | path: "plugins", |
165 | 165 | message: |
166 | | -"plugin: installed plugin package requires compiled runtime output for TypeScript entry index.ts: expected ./dist/index.js, ./dist/index.mjs, ./dist/index.cjs, index.js, index.mjs, index.cjs", |
| 166 | +"plugin: installed plugin package requires compiled runtime output for TypeScript entry index.ts: expected ./dist/index.js, ./dist/index.mjs, ./dist/index.cjs, index.js, index.mjs, index.cjs. This is a plugin packaging issue, not a local config problem; update or reinstall the plugin after the publisher ships compiled JavaScript, or disable/uninstall the plugin until then. TypeScript source fallback is only supported for source checkouts and local development paths.", |
167 | 167 | }, |
168 | 168 | ], |
169 | 169 | }), |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。