-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
Was trying to create a new nuxt module.
Documentation: https://nuxt.com/docs/4.x/guide/going-further/modules#quick-start
bun create nuxt -- -t module my-moduleThe template option -t are not being applied when using bun. It does work as intended with npm.
When using --template it does apply the option.
The only problem is the shorthanded option are not being applied.
Metadata
Metadata
Assignees
Labels
No labels