Skip to main content

ReactPress 2.x → 3.0 Migration

3.0 uses @fecommunity/reactpress as the only recommended entry: global command reactpress, bundled API, zero-config init + dev.

See ReactPress 3.0 Platform for the full overview.

Command mapping

2.x3.0
npm i -g @fecommunity/reactpress-clinpm i -g @fecommunity/reactpress@3
reactpress-cli initreactpress init
reactpress-cli startreactpress dev
npx @fecommunity/reactpress-serverreactpress dev --api-only
Multiple packagesOne package @fecommunity/reactpress
reactpress doctor / reactpress status

Upgrade steps

mysqldump -u root -p reactpress > backup.sql
npm uninstall -g @fecommunity/reactpress-cli 2>/dev/null || true
npm i -g @fecommunity/reactpress@3
reactpress doctor
reactpress dev
curl http://localhost:3002/api/health