System Requirements
Node.js
Version 18.x or higher
Package Manager
npm, yarn, or pnpm
Installation Methods
Global Installation (Recommended)
Install next-lovable globally to use it from anywhere:Global installation allows you to run
next-lovable
from any directory on your system.Verify Installation
Check if next-lovable is installed correctly:Account Setup (For Full Migrations)
1
Visit nextlovable.com
Go to nextlovable.com and create an account
Free Tier Available: Single file conversions don’t require an account or API key. Only full project migrations require authentication.
Updating
To update to the latest version:Troubleshooting
Permission Denied Error
Permission Denied Error
If you get permission errors on macOS/Linux, try:Or better yet, configure npm to use a different directory:
Command Not Found
Command Not Found
If
next-lovable
command is not found after installation:- Restart your terminal
- Check if the npm global bin directory is in your PATH:
- Add npm global bin to your PATH if missing
Node.js Version Issues
Node.js Version Issues
If you encounter Node.js version compatibility issues:
- Check your Node.js version:
node --version
- Update Node.js to 18.x or higher
- Consider using a Node.js version manager like nvm