harunon
harunon
same error occurred
same error occured. Probably, if you remove @nuxtjs/axios in nuxt.config.js. nuxt.config.js ``` // Modules: https://go.nuxtjs.dev/config-modules modules: [ // https://go.nuxtjs.dev/axios // '@nuxtjs/axios', // https://go.nuxtjs.dev/pwa // '@nuxtjs/pwa', ], ``` css may be...
plz try `yarn add -D [email protected]` it worked :) package.json ``` "nuxt-vite": "0.3.5", // before "nuxt-vite": "0.2", // after ``` 