You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the wizard for init a project, if the user ticks one of the official modules that is already installed by default by @nuxt/ui, the module should not be installed because it is not useful in the first place and in some cases it may bug the configurations applied by default by nuxt/ui.
Rather than hard-coding, perhaps we can detect from the dependencies of any of these modules. If a module is a dependency then it can be removed from the list of modules to install.
also, ideally if the user has installed nuxt/fonts or icon, then nuxt/ui should augment or override some of their configuration, but it shouldn't cause any bugs. (I would regard this as a bug if so, and we should solve it in nuxt/ui and/or fonts/icon).
Uh oh!
There was an error while loading. Please reload this page.
In the wizard for init a project, if the user ticks one of the official modules that is already installed by default by @nuxt/ui, the module should not be installed because it is not useful in the first place and in some cases it may bug the configurations applied by default by nuxt/ui.
https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/init.ts#L270
I'll try to make a PR for this
The text was updated successfully, but these errors were encountered: