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
Add comprehensive error handling for JavaScript dependency installation
- Add error handling to install_js_dependencies method with helpful warning messages
- Add error handling to all npm install commands in dependency methods
- Create handle_npm_failure helper method for consistent error reporting
- Provide clear instructions for manual installation when automatic installation fails
- Gracefully handle network failures without leaving installation in inconsistent state
This addresses the code quality concern about missing error handling in
BaseGenerator#add_js_dependencies and ensures users get helpful feedback
when dependency installation fails.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments