binbytes / nuxt-chat-app

Frontend of real-time chat application built using nuxtjs, socket.io. Check the backend at https://github.com/binbytes/chat-app-server.

Home Page:https://chat.binbytes.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt error when compiling

tutmoses opened this issue · comments

ERROR Nuxt error

TypeError: Cannot read property 'push' of undefined

  • index.js:40 ModuleContainer.module.exports
    [nuxt-chat-app]/[@nuxtjs]/auth/lib/module/index.js:40:32

  • module.js:162
    [nuxt-chat-app]/[nuxt]/lib/core/module.js:162:30

  • new Promise

  • module.js:146 ModuleContainer.addModule

    [nuxt-chat-app]/[nuxt]/lib/core/module.js:146:12

  • utils.js:96
    [nuxt-chat-app]/[nuxt]/lib/common/utils.js:96:43

  • module.js:19 async ModuleContainer.ready
    [nuxt-chat-app]/[nuxt]/lib/core/module.js:19:5

  • nuxt.js:60 async Nuxt.ready
    [nuxt-chat-app]/[nuxt]/lib/core/nuxt.js:60:5

  • builder.js:132 async Builder.build
    [nuxt-chat-app]/[nuxt]/lib/builder/builder.js:132:5