I
I
Igor2019-12-02 13:26:29
Vue.js
Igor, 2019-12-02 13:26:29

Nuxt ERROR Cannot read property 'props' of undefined?

Good afternoon!
Who faced how to treat?
launching
npm run build | npm run start

ERROR  Cannot read property 'props' of undefined                                                                                             13:22:08

  at node_modules\vue\dist\vue.runtime.common.prod.js:6:9329
  at Tt (node_modules\vue\dist\vue.runtime.common.prod.js:6:9512)
  at Tt (node_modules\vue\dist\vue.runtime.common.prod.js:6:9924)
  at Function.Cn.t.extend (node_modules\vue\dist\vue.runtime.common.prod.js:6:30431)
  at l (server.js:1:9487)
  at Object.<anonymous> (server.js:1:387112)
  at r (server.js:1:194)
  at Module.<anonymous> (server.js:1:345499)
  at r (server.js:1:194)
  at Object.<anonymous> (server.js:1:34078) (repeated 2 times)

It's clear that some kind of props is undefined , how to find it?
{
  "name": "catalog",
  "version": "1.0.0",
  "description": "Nuxt.js project",
  "author": "",
  "private": true,
  "scripts": {
    "dev": "NODE_ENV=development nuxt",
    "build": "nuxt build",
    "start": "nuxt start",
    "generate": "nuxt generate",
    "lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
    "precommit": "npm run lint"
  },
  "dependencies": {
    "@nuxtjs/axios": "^5.8.0",
    "@nuxtjs/dotenv": "^1.4.1",
    "@nuxtjs/meta": "^3.0.0-beta.16",
    "@nuxtjs/style-resources": "^1.0.0",
    "lvovich": "^1.0.15",
    "nuxt": "^2.10.2",
    "vue-meta": "^2.3.1",
    "vue-yandex-maps": "^0.10.0",
    "vuex": "^3.1.2",
    "vuex-persistedstate": "^2.7.0"
  },
  "devDependencies": {
    "@mdi/font": "^4.6.95",
    "@nuxtjs/vuetify": "^1.9.0",
    "babel-eslint": "^10.0.3",
    "eslint": "^6.7.2",
    "eslint-friendly-formatter": "^4.0.1",
    "eslint-loader": "^3.0.2",
    "eslint-plugin-vue": "^6.0.1",
    "glob-all": "^3.1.0",
    "node-sass": "^4.13.0",
    "purgecss-webpack-plugin": "^1.6.0",
    "sass-loader": "^8.0.0",
    "webpack": "^4.41.2"
  }
}

In development mode, the problem is not observed.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question