What versions & operating system are you using?
Wrangler 4.80.0, node 24.14.1, MacOS 15.7.4 (24G517)
Please provide a link to a minimal reproduction
na
Describe the Bug
When running the create command with Vue framework (npm create cloudflare@latest -- my-app --framework=vue) and choosing JS, I consistently get this error:
├ Would you like to use TypeScript?
│ Language JavaScript
│
├ Continue with Vue via `npx create-vue@3.22.1 lowlifearcade --router --no-ts`
│
Need to install the following packages:
create-vue@3.22.1
Ok to proceed? (y) y
TypeError [ERR_PARSE_ARGS_UNKNOWN_OPTION]: Unknown option '--no-ts'. To specify a positional argument starting with a '-', place it at the end of the command after '--', as in '-- "--no-ts"
at checkOptionUsage (node:internal/util/parse_args/parse_args:102:13)
at node:internal/util/parse_args/parse_args:377:9
at Array.forEach (<anonymous>)
at parseArgs (node:internal/util/parse_args/parse_args:374:3)
at init (file:///Users/Sonny/.npm/_npx/ec911ed8d417f930/node_modules/create-vue/bundle.js:2577:40)
at file:///Users/Sonny/.npm/_npx/ec911ed8d417f930/node_modules/create-vue/bundle.js:2828:1 {
code: 'ERR_PARSE_ARGS_UNKNOWN_OPTION'
}
╰ ERROR Error
Please provide any relevant error logs
TypeError [ERR_PARSE_ARGS_UNKNOWN_OPTION]: Unknown option '--no-ts'. To specify a positional argument starting with a '-', place it at the end of the command after '--', as in '-- "--no-ts"
at checkOptionUsage (node:internal/util/parse_args/parse_args:102:13)
at node:internal/util/parse_args/parse_args:377:9
at Array.forEach (<anonymous>)
at parseArgs (node:internal/util/parse_args/parse_args:374:3)
at init (file:///Users/Sonny/.npm/_npx/ec911ed8d417f930/node_modules/create-vue/bundle.js:2577:40)
at file:///Users/Sonny/.npm/_npx/ec911ed8d417f930/node_modules/create-vue/bundle.js:2828:1 {
code: 'ERR_PARSE_ARGS_UNKNOWN_OPTION'
}
╰ ERROR Error
What versions & operating system are you using?
Wrangler 4.80.0, node 24.14.1, MacOS 15.7.4 (24G517)
Please provide a link to a minimal reproduction
na
Describe the Bug
When running the create command with Vue framework (
npm create cloudflare@latest -- my-app --framework=vue) and choosing JS, I consistently get this error:Please provide any relevant error logs