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
Skip version validation when package.json doesn't exist
The version checker was failing during `rake shakapacker:install` because
it runs before package.json is created. This broke the generator examples
in CI with error: "package.json file not found".
This commit updates the engine initializer to skip validation when
package.json doesn't exist yet, allowing installation tasks to complete
successfully.
The validation will still run normally once package.json exists, ensuring
version compatibility in production apps.
Fixes generator test failures:
- examples (3.2, minimum)
- examples (3.4, latest)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments