Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

can you try using latest 0.18.2 replacing `sass` with `sass-embedded` (1.77.8)? it would be better to update also to latest Nuxt 3.13.* and Vite 5.4.3 (maybe you need to use...

Try removing the `node_modules/.vite` folder beware it is `.vite` not `vite` or run `pnpm dedupe`.

@hermes85pl is your repo public? If not, can you provide the nuxt config file?

@theAvocadoCoder I'm going to do some changes: - write sass files to temporary files, will solve all the problems - update logic to always configure the modern SASS compiler: right...

@theAvocadoCoder seems to be working now, these are the dependencies (vuetify-nuxt-module from this PR https://github.com/vuetifyjs/nuxt-module/pull/278, tested on Nuxt 3.13.1 and 3.12.4). can you update your `vnm-troubleshoot` dependencies and check it...

@theAvocadoCoder thx, releasing `v0.18.3`, I'll ping you here when released

@theAvocadoCoder `v0.18.3` released, change the vuetify-nuxt-module to `^0.18.3` and install dependencies, should be fixed

@kingyue737 I'll check it later

@xanxuz Maybe you can add [Uno Preset](https://unocss.dev/presets/uno) to UnoCSS configuration and use it instead Vuetify CSS Utilities, you can also install this plugin (community): https://plugins.jetbrains.com/plugin/22204-unocss I don't use Vuetify CSS...

@sk8killer (ssr option must be also enabled in nuxt config, by default it is enabled) When you run the dev server or the server build preview or production server with...