acidjazz / nuxt-tailvue

nuxt module for tailvue components
MIT License
41 stars 5 forks source link

Modules not found #4

Open hamlogic opened 3 years ago

hamlogic commented 3 years ago

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
    }],
 ...
], 

image

acidjazz commented 3 years ago

Is this during a yarn build ? what are you using to deploy?

hamlogic commented 3 years ago

I'm using npm

acidjazz commented 3 years ago

@devsourceid any updates on this or any other detail? I cannot seem to duplicate this

hamlogic commented 3 years ago

No, i'm use it like the documentation

hamlogic commented 3 years ago

Which nuxt version you use with this module?

acidjazz commented 3 years ago

@devsourceid all of my projects using it are on v2.15.4

IH4xx3R commented 2 years ago

Fixed it by using npm i tv-toast, npm i tv-icon & npm i tv-modal