Josue Ramos
Josue Ramos
Im working with Quasar Framework that use Vue3 so, i have this boot.js ```javascript import VueApexCharts from "vue3-apexcharts"; import { boot } from "quasar/wrappers"; export default boot(({ app }) =>...
@quasar/app-vite 1.8.0 (@quasar/cli 2.4.0) Node v21.6.1 Not work in firefox but is working in Chrome
I have the same error but when i try in my windows is working fine, i only get the same error when i boot on my linux dist
Sorry, for some reason this only happens when you run "npm run dev" in a visual studio code terminal
Just change the version of node to 18 `nvm use 18 ` and work fine.