#[postcss] Unknown word

6 messages · Page 1 of 1 (latest)

tired vortex
#

Hey Guys. I am using nuxt 3 with tailwindCss and Postcss. I keep getting this error [plugin:vite:css] [postcss] /home/moha/Desktop/Projects/Pare/pages/sarvice/[service].vue?vue&type=style&index=0&scoped=18a4f5a1&lang.css:3:12: Unknown word this is the page that I am getting errors on ```<template>
<div>
{{ $route.params.service }}
</div>
</template>

<script setup>

</script>

astral tree
#

I'm getting the same error too

#

Here is my error message

#

Did you manage to fix it? @tired vortex

compact iris
#

Can you try to remove your .nuxt and node_modules folder and do a fresh package install? (npm install or whatever package manager you are using).

#

I had this before and it vanished after doing a fresh install of the dependencies.