This repository has been archived on 2026-08-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Cyrene/devtools
AskaEth ccd59db5b8 fix: DevTools auto npm install for frontend on Windows
Two-part fix for frontend startup failure:
1. Check .package-lock.json as install-complete marker instead of
   just node_modules directory existence, and delete corrupt
   node_modules before reinstalling
2. Bypass npm.cmd batch file on Windows — use node with full path
   to npm-cli.js to avoid module resolution conflicts when cwd
   contains a node_modules directory

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-22 21:18:08 +08:00
..