Skip to content

create-vercel-shop@0.2.2

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Apr 12:31
· 63 commits to main since this release
17d8389

Patch Changes

  • 4d999fa Thanks @blurrah! - Skip plugin installs when the scaffold step did not produce a node_modules directory. create-next-app can exit 0 even when its npm install fails (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 missing node_modules as a scaffold failure and prints retry instructions instead.