Install another package (non-nuxt) from nuxt-module
anybody know how to install another packages (non-nuxt module) from my own nuxt-module?
lets say installing "@primevue/themes" from nuxt-module using
installModules
it gets error
1 Reply
cc: @danielroe
another alternative,
injected it via plugins, using
nuxtApp.vueApp.use()
it doesnt get running in app that using my-module (my own nuxt-module)