mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:50:45 +00:00
This commit is contained in:
@@ -149,6 +149,11 @@ openclaw plugins install "@tencent-weixin/openclaw-weixin" --force
|
||||
openclaw gateway restart
|
||||
```
|
||||
|
||||
If startup reports that the installed plugin package `requires compiled runtime
|
||||
output for TypeScript entry`, the npm package was published without the compiled
|
||||
JavaScript runtime files OpenClaw needs. Update/reinstall after the plugin
|
||||
publisher ships a fixed package, or temporarily disable/uninstall the plugin.
|
||||
|
||||
Temporary disable:
|
||||
|
||||
```bash
|
||||
|
||||
@@ -164,6 +164,12 @@ Packaged installs must ship that JavaScript runtime output. The TypeScript
|
||||
source fallback is for source checkouts and local development paths, not for
|
||||
npm packages installed into OpenClaw's managed plugin root.
|
||||
|
||||
If a managed package warning says it `requires compiled runtime output for
|
||||
TypeScript entry ...`, the package was published without the JavaScript files
|
||||
OpenClaw needs at runtime. That is a plugin packaging issue, not a local config
|
||||
problem. Update or reinstall the plugin after the publisher republishes compiled
|
||||
JavaScript, or disable/uninstall that plugin until a fixed package is available.
|
||||
|
||||
Use `openclaw.runtimeExtensions` when published runtime files do not live at the
|
||||
same paths as the source entries. When present, `runtimeExtensions` must contain
|
||||
exactly one entry for every `extensions` entry. Mismatched lists fail install and
|
||||
|
||||
Reference in New Issue
Block a user