You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(gw): add robust npm installation with automatic cleanup on failure
- Added install_deps_robust() function that retries with rm -rf node_modules on failure
- Enhanced monorepo handling to clean all node_modules directories before installation
- Prevents module resolution issues mentioned in CLAUDE.md learnings
- Provides clear feedback during installation process
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments