nuxt-tailvue icon indicating copy to clipboard operation
nuxt-tailvue copied to clipboard

Modules not found

Open hamlogic opened this issue 3 years ago • 7 comments

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

hamlogic avatar Apr 22 '21 13:04 hamlogic

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

acidjazz avatar Apr 22 '21 14:04 acidjazz

I'm using npm

hamlogic avatar Apr 22 '21 14:04 hamlogic

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

acidjazz avatar May 01 '21 03:05 acidjazz

No, i'm use it like the documentation

hamlogic avatar May 01 '21 04:05 hamlogic

Which nuxt version you use with this module?

hamlogic avatar May 01 '21 04:05 hamlogic

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

acidjazz avatar May 01 '21 20:05 acidjazz

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

IH4xx3R avatar Jan 11 '22 11:01 IH4xx3R