DEV Community

Discussion on: Deploy nuxt on Firebase

Collapse
 
andriyudatama profile image
andriyudatama • Edited

Thank you for the guide, I have succesfully deployed to Firebase

I was able to build and deploy, but if I run yarn dev it shows error

vue.runtime.esm.js?2b0e:619 [Vue warn]: Error in beforeCreate hook: "Error: Vuetify is not properly initialized, see https://vuetifyjs.com/getting-started/quick-start#bootstrapping-the-vuetify-object"

found in

---> <VApp>
       <Src/layouts/default.vue> at src/layouts/default.vue
         <Root>
vue.runtime.esm.js?2b0e:1888 Error: Vuetify is not properly initialized, see https://vuetifyjs.com/getting-started/quick-start#bootstrapping-the-vuetify-object
    at VueComponent.beforeCreate (vuetify.js?ce5b:440)
    at invokeWithErrorHandling (vue.runtime.esm.js?2b0e:1854)
    at callHook (vue.runtime.esm.js?2b0e:4219)
    at VueComponent.Vue._init (vue.runtime.esm.js?2b0e:5004)
    at new VueComponent (vue.runtime.esm.js?2b0e:5154)
    at createComponentInstanceForVnode (vue.runtime.esm.js?78e6:3283)
    at init (vue.runtime.esm.js?78e6:3114)
    at hydrate (vue.runtime.esm.js?78e6:6378)
    at VueComponent.patch [as __patch__] (vue.runtime.esm.js?78e6:6493)
    at VueComponent.Vue._update (vue.runtime.esm.js?78e6:3945)

My node version is 10.20.1

Collapse
 
andriyudatama profile image
andriyudatama

UPDATE

run "yarn clean" solved the issue. If somebody experience the same thing maybe should try "yarn clean" first before bumping your head to the wall

Collapse
 
devpascoe profile image
Steve Pascoe

I ended up doing a bunch of things like the clean script and then i was puzzled that the site half ran even though my dev server wasn't running. Ended up going to chrome dev tools > application > clear storage. Bam, all good.