Commit 121695d
authored
fix(install): handle postinstall node_modules cleanup and remove stale contextEngine slot (#1399)
## Summary
- **Remove stale `contextEngine` slot**: The install scripts no longer
write `plugins.slots.contextEngine` into `openclaw.json`. Instead, they
clean up this deprecated field left by previous versions.
- **Handle postinstall `node_modules` cleanup**: After `npm install`, if
`node_modules` was emptied by a postinstall hook (e.g. during version
upgrade), the scripts automatically re-run `npm install`.
## Changed files
- `apps/memos-local-openclaw/install.sh`
- `apps/memos-local-openclaw/install.ps1`
## Test plan
- [ ] Run `bash install.sh --version <version>` on macOS/Linux, verify
plugin installs correctly
- [ ] Run `install.ps1 --version <version>` on Windows, verify plugin
installs correctly
- [ ] Verify `openclaw.json` no longer contains
`plugins.slots.contextEngine` after installation
- [ ] Simulate postinstall clearing `node_modules` — confirm the
re-install logic triggers
Made with [Cursor](https://cursor.com)2 files changed
+34
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
188 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
189 | 193 | | |
190 | | - | |
191 | 194 | | |
192 | 195 | | |
193 | 196 | | |
| |||
298 | 301 | | |
299 | 302 | | |
300 | 303 | | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
301 | 318 | | |
302 | 319 | | |
303 | 320 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
250 | | - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
251 | 255 | | |
252 | | - | |
253 | 256 | | |
254 | 257 | | |
255 | 258 | | |
| |||
305 | 308 | | |
306 | 309 | | |
307 | 310 | | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
308 | 319 | | |
309 | 320 | | |
310 | 321 | | |
| |||
0 commit comments