I have a Vue app. I updated the versions of Vue and Vuetify and all packages but I have a problem, I can’t build the app and it doesn’t show any errors, just finishes transformed files and not build!
the package.json file :
{
"name": "vuexy-vuejs-admin-template",
"version": "8.0.0",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc -- noEmit",
"lint": "eslint . -c .eslintrc.js --fix --rulesdir eslint-internal-rules/ --ext .ts,.js,.vue,.tsx,.jsx",
"build:icons": "tsc -b src/@iconify && node src/@iconify/build-icons.js",
"postinstall": "npm run build:icons"
},
"dependencies": {
"@casl/ability": "6.5.0",
"@casl/vue": "2.2.1",
"@floating-ui/dom": "1.2.7",
"@maptiler/sdk": "^2.0.1",
"@tabler/icons": "2.17.0",
"@vueuse/core": "10.1.0",
"@vueuse/math": "10.1.0",
"apexcharts-clevision": "3.28.5",
"axios": "^1.6.8",
"axios-mock-adapter": "1.21.4",
"chart.js": "4.3.0",
"jwt-decode": "3.1.2",
"mapbox-gl": "^3.3.0",
"pinia": "2.0.35",
"prismjs": "1.29.0",
"react-icons": "^5.2.0",
"roboto-fontface": "0.10.0",
"sass": "1.62.1",
"moment": "^2.30.1",
"unplugin-vue-define-options": "1.3.4",
"vue": "3.4.21",
"vue-chartjs": "5.2.0",
"vue-flatpickr-component": "11.0.3",
"vue-i18n": "9.2.2",
"vue-prism-component": "2.0.0",
"vue-router": "4.1.6",
"vue3-apexcharts": "1.4.1",
"vue3-perfect-scrollbar": "1.6.1",
"vuetify": "3.6.6",
"webfontloader": "1.6.28"
},
"devDependencies": {
"@antfu/eslint-config-vue": "0.38.5",
"@fullcalendar/core": "6.1.6",
"@fullcalendar/daygrid": "6.1.6",
"@fullcalendar/interaction": "6.1.6",
"@fullcalendar/list": "6.1.6",
"@fullcalendar/timegrid": "6.1.6",
"@fullcalendar/vue3": "6.1.6",
"@iconify-json/fa": "1.1.4",
"@iconify-json/tabler": "1.1.74",
"@iconify/tools": "2.2.6",
"@iconify/vue": "4.1.1",
"@intlify/unplugin-vue-i18n": "0.10.0",
"@types/node": "18.16.3",
"@types/webfontloader": "1.6.35",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"@vitejs/plugin-vue": "5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"eslint": "8.39.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-regex": "1.10.0",
"eslint-plugin-sonarjs": "0.19.0",
"eslint-plugin-unicorn": "46.0.0",
"eslint-plugin-vue": "9.11.0",
"postcss-html": "1.5.0",
"stylelint": "14.15.0",
"stylelint-config-idiomatic-order": "9.0.0",
"stylelint-config-standard-scss": "6.1.0",
"stylelint-use-logical-spec": "4.1.0",
"type-fest": "3.9.0",
"typescript": "5.0.4",
"unplugin-auto-import": "0.15.3",
"unplugin-vue-components": "0.24.1",
"vite": "^5.2.11",
"vite-plugin-pages": "^0.32.1",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-vuetify": "^2.0.3",
"vue-shepherd": "3.0.0",
"vue-tsc": "1.6.2"
},
"packageManager": "[email protected]",
"resolutions": {
"postcss": "8"
}
}
New contributor
MR Mono is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.