nuxt-tailvue
nuxt-tailvue copied to clipboard
Modules not found
Hi i have installed this module, work fine in dev mode, but got module not found in production.
My nuxt.config.js
// Modules: https://go.nuxtjs.dev/config-modules
modules: [
...
['nuxt-tailvue', {
all: true
}],
...
],
Is this during a yarn build
? what are you using to deploy?
I'm using npm
@devsourceid any updates on this or any other detail? I cannot seem to duplicate this
No, i'm use it like the documentation
Which nuxt version you use with this module?
@devsourceid all of my projects using it are on v2.15.4
Fixed it by using npm i tv-toast, npm i tv-icon & npm i tv-modal