vuetifyjs/create

[Bug Report][3.3.23] npm default preset scaffolding

MortenKL opened this issue · 3 comments

Environment

Vuetify Version: 3.3.23
Vue Version: 3.3.7
Browsers: Chrome 118.0.0.0
OS: Mac OS 11.7.10

Steps to reproduce

npm create vuetify
choose preset: Default (Vuetify)

Expected Behavior

installation with default (Vuetify) scaffolding

Actual Behavior

✖ SyntaxError: Expected double-quoted property name in JSON at position 243

Reproduction Link

https://play.vuetifyjs.com/#...

Other comments

This problem occurs when choosing the default preset.

I've had exactly the same experience using Yarn on Windows 11:

yarn create vuetify
default (Vuetify) preset
use typescript: no
install with: yarn

Generating scaffold ...

SyntaxError: Expected double-quoted property name in JSON at position 243

When choosing the
preset: Base (Vuetify, VueRouter)
use typescript: no
install with: yarn

The syntax error does not occur however esbuild couldn't be built successfully

Similar here:
image

Duplicate of #30