·
63 commits
to main
since this release
Patch Changes
4d999faThanks @blurrah! - Skip plugin installs when the scaffold step did not produce anode_modulesdirectory.create-next-appcan exit 0 even when itsnpm installfails (notably on peer-dep conflicts), which previously left the CLI charging ahead with plugin installs against a half-scaffolded project. The CLI now treats a missingnode_modulesas a scaffold failure and prints retry instructions instead.