openclaw - 💡(How to fix) Fix Bug: missing Rollup chunk dist\io-LnGrY7G_.js causes security audit --deep to crash [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#75490Fetched 2026-05-02 05:33:59
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
2
Timeline (top)
closed ×1commented ×1mentioned ×1subscribed ×1

Error Message

pm update\ (same 2026.4.29 version, different build), the chunk hashes changed to \io-CgirkTln.js\ / \io-DaEsZ_NY.js\ and the error no longer reproduces. This suggests the issue may be intermittent — dependent on build cache state during packaging.

Root Cause

The \dist\ directory contains Rollup/Vite chunk files with content hashes. The code references chunk \io-LnGrY7G_.js\ but that file was not included in the published package — likely a bundling pipeline issue where the chunk manifest references a chunk that wasn't emitted or was cleaned up.

After a subsequent
pm update\ (same 2026.4.29 version, different build), the chunk hashes changed to \io-CgirkTln.js\ / \io-DaEsZ_NY.js\ and the error no longer reproduces. This suggests the issue may be intermittent — dependent on build cache state during packaging.

RAW_BUFFERClick to expand / collapse

Version

OpenClaw 2026.4.29 (commit a448042)

Symptom

\
Cannot find module 'dist\io-LnGrY7G_.js' \\

Triggered by \openclaw security audit --deep.

Analysis

The \dist\ directory contains Rollup/Vite chunk files with content hashes. The code references chunk \io-LnGrY7G_.js\ but that file was not included in the published package — likely a bundling pipeline issue where the chunk manifest references a chunk that wasn't emitted or was cleaned up.

After a subsequent
pm update\ (same 2026.4.29 version, different build), the chunk hashes changed to \io-CgirkTln.js\ / \io-DaEsZ_NY.js\ and the error no longer reproduces. This suggests the issue may be intermittent — dependent on build cache state during packaging.

Environment

  • OS: Windows 10.0.26100
  • Node: v24.14.1
  • Package manager: both npm (C:\Users...\AppData\Roaming\npm) and pnpm (global) affected

Notes

Could not find any existing reference to \io-LnGrY7G_\ in the currently installed dist JS files (both npm and pnpm installations). Filing this as a heads-up for the bundling/release pipeline — missing chunks are hard to reproduce but can brick CLI commands entirely.

extent analysis

TL;DR

The issue is likely caused by a bundling pipeline problem where a chunk file is referenced but not included in the published package, and a workaround may involve re-running the build process to regenerate the chunk files.

Guidance

  • Verify that the dist directory contains all the expected chunk files after running the build process.
  • Check the bundling pipeline configuration to ensure that all necessary chunk files are being emitted and not cleaned up.
  • Try re-running the build process to see if the issue is resolved, as the problem may be intermittent and dependent on the build cache state.
  • Investigate the difference in chunk hashes between builds to understand what might be causing the inconsistency.

Example

No code snippet is provided as the issue is related to the build pipeline and not a specific code error.

Notes

The issue may be difficult to reproduce due to its intermittent nature, and the fix may involve changes to the bundling pipeline configuration or the build process.

Recommendation

Apply workaround: Re-run the build process to regenerate the chunk files, as this has been shown to resolve the issue in some cases. This is a safe and non-invasive approach that can help mitigate the problem until a more permanent fix can be implemented.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix Bug: missing Rollup chunk dist\io-LnGrY7G_.js causes security audit --deep to crash [1 comments, 2 participants]