Turbopack Error: [project]/app/globals.css [app-client] (css) #81395
Muking3
started this conversation in
Turbopack Error Report
Replies: 1 comment
-
Hi @Muking3
next dev --turbo=false
rm -rf node_modules .next
npm install next@latest
# or
yarn add next@latest
# or
pnpm add next@latest
{
"dependencies": {
"next": "15.0.3",
"@vercel/turbo": "15.0.3"
}
} Then reinstall: npm install
# or
yarn install
# or
pnpm install
rm -rf node_modules/.cache/turbopack
next dev ✅ Checklist
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Turbopack version:
66c65600
Error message:
Beta Was this translation helpful? Give feedback.
All reactions