с нодой 8.11.1
c вот таким наборчиком зависимостей
"dependencies": {
"axios": "^0.19.0",
"bootstrap-vue": "^2.0.1",
"core-js": "^2.6.5",
"sprintf-js": "^1.1.2",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"vuelidate": "^0.7.4",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10"
},
"peerDependencies": {
"webpack": "^3.0.0"
}
при yarn install получаю вот такое
error execa@3.2.0: The engine "node" is incompatible with this module. Expected version "^8.12.0 || >=9.7.0". Got "8.11.1"
хотя вот тут вроде обещают и более низкую версию ноды
https://cli.vuejs.org/ru/guide/installation.html
Обновить ноду нельзя
Кто знает что делать?
что значит обновить ноду нельзя?
Обсуждают сегодня