Common Issues

Installation Problems

Conversion Issues

Migration Issues

Performance Issues

Getting Help

Debug Information

When reporting issues, include this information:
# Next-lovable version
next-lovable --version

# Node.js version
node --version

# npm version
npm --version

# Operating system
uname -a  # Linux/macOS
# or
systeminfo  # Windows

# File you're trying to convert (if small)
cat MyComponent.tsx

Log Files

Enable verbose logging for detailed error information:
next-lovable convert MyComponent.tsx --verbose

Support Channels

Frequently Asked Questions

Report a Bug

Found a bug? Please report it with:
  1. Clear description of the problem
  2. Steps to reproduce the issue
  3. Expected vs actual behavior
  4. Sample code that causes the issue
  5. System information (OS, Node.js version, etc.)
Report on GitHub →