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
Fix duplicate dependency installations:
- Track package_json vs direct install usage to prevent duplicate installs
- Only run bulk install when package_json was used and no direct installs occurred
- Avoids multiple npm install commands for the same dependencies
Fix GeneratorMessages handling:
- Remove GeneratorMessages.output.clear to preserve important warnings/errors
- Redux generator now appends messages instead of clearing previous ones
- Prevents loss of Shakapacker warnings and other installation messages
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments