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-module
The 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.
Was trying to create a new nuxt module.
Documentation: https://nuxt.com/docs/4.x/guide/going-further/modules#quick-start
The template option
-tare not being applied when using bun. It does work as intended with npm.When using
--templateit does apply the option.The only problem is the shorthanded option are not being applied.