Corentin_dev
Corentin_dev
NNuxt
Created by Corentin_dev on 4/18/2025 in #❓・help
unknown word
I use the template for shadcn dashboard (https://github.com/dianprata/nuxt-shadcn-dashboard) When I install packages and run the app I got this error: I really don't understand why
[10:54:30 PM] ERROR Internal server error: [postcss] /Users/corentinc/project2024/my-dashboard-app/my-dashboard-app/pages/index.vue?vue&type=style&index=0&scoped=02281a80&lang.css:3:10: Unknown word Activity,
Plugin: vite:css
File: /Users/corentinc/project2024/my-dashboard-app/my-dashboard-app/pages/index.vue?vue&type=style&index=0&scoped=02281a80&lang.css:3:9
1 | <script setup lang="ts">
2 | import NumberFlow from '@number-flow/vue'
3 | import { Activity, CreditCard, DollarSign, Users } from 'lucide-vue-next'
| ^
4 |
5 | const dataCard = ref({

WARN [Vue Router warn]: No match found for location with path "/dev-sw.js?dev-sw"


WARN [Vue Router warn]: No match found for location with path "/dev-sw.js"


WARN [Vue Router warn]: No match found for location with path "/dev-sw.js?dev-sw"


WARN [Vue Router warn]: No match found for location with path "/dev-sw.js"
[10:54:30 PM] ERROR Internal server error: [postcss] /Users/corentinc/project2024/my-dashboard-app/my-dashboard-app/pages/index.vue?vue&type=style&index=0&scoped=02281a80&lang.css:3:10: Unknown word Activity,
Plugin: vite:css
File: /Users/corentinc/project2024/my-dashboard-app/my-dashboard-app/pages/index.vue?vue&type=style&index=0&scoped=02281a80&lang.css:3:9
1 | <script setup lang="ts">
2 | import NumberFlow from '@number-flow/vue'
3 | import { Activity, CreditCard, DollarSign, Users } from 'lucide-vue-next'
| ^
4 |
5 | const dataCard = ref({

WARN [Vue Router warn]: No match found for location with path "/dev-sw.js?dev-sw"


WARN [Vue Router warn]: No match found for location with path "/dev-sw.js"


WARN [Vue Router warn]: No match found for location with path "/dev-sw.js?dev-sw"


WARN [Vue Router warn]: No match found for location with path "/dev-sw.js"
6 replies