Static GitHub Issues

[2375] How fixed error "This dependency was not found: * plugin0 in ./.nuxt/index.js" in nuxt.config.js

prev: TypeError Cannot read property 'name' of undefined??????
next: Wrong _uid for this in the transition hooks

Before I uploaded the project to the githab, the nuxt.config.js worked fine (on the localhost). Now the error pops up This dependency was not found: * plugin0 in ./.nuxt/index.js

module.exports = {
    loading: '~/components/loading.vue',
    head: {
        meta: [
            {charset: 'utf-8'},
            {'http-equiv': 'X-UA-Compatible', content: 'IE=edge'}
        ]
    },
    build: {
        extractCSS: true,
        vendor: ['axios']
    },
    generate: {
        minify: {
            collapseWhitespace: false
        }
    },

    modules: [
        // Or if you have custom bootstrap CSS...
        ['@nuxtjs/bootstrap-vue', { css: false }]
    ]

};
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2067">#c2067</a>)</em></sub></div>