create-nuxt-app icon indicating copy to clipboard operation
create-nuxt-app copied to clipboard

npx is still using v4

Open kissu opened this issue 1 year ago • 0 comments

I've tried to create a new Nuxt app by using

npx create-nuxt-app my-cool-project --edge

but it wasn't using the v5, still the v4 (maybe it's a desired behavior? 🤔).

The variants with NPM and yarn work well tho (using the v5).

PS: I found that the breaking change of needing Node v14 is confusing for newcomers, we should probably write that into the README.md and add that as a warning like for Nuxt3.

kissu avatar Oct 24 '22 15:10 kissu