Добрый день!
Кто сталкивался, как лечить?
Запускаю
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)
Понятное дело, что какой-то пропс
undefined, как его найти?
{
"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"
}
}
В режиме разработки проблема не наблюдается.