Turbopack Error: [project]/Documents/PROJECTS/project-manager/front-end/app/globals.css [app-client] (css) #86882
Replies: 1 comment
-
|
This error usually happens when Turbopack tries to read a folder as if it were a CSS file. In your case, it's trying to open this path: app/(pages) But since that’s a directory, Turbopack throws: “Is a directory (os error 21).” Here are two things to check: Look inside your app/globals.css (or any CSS file you edited) and make sure you’re not importing the (pages) folder by mistake. If you see anything like that, remove it or point it to an actual .css file. Try renaming the folder After that, delete your .next folder and restart: This usually fixes it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Turbopack version:
v16.0.6-1-gb1a04a84eNext.js version:
0.0.0Error message:
Beta Was this translation helpful? Give feedback.
All reactions