Nextjs postcss error
Answered
Ichneumonid wasp posted this in #help-forum
Ichneumonid waspOP
when I run yarn dev, this shows error
3 Replies
Ichneumonid waspOP
TypeError: Cannot read properties of undefined (reading 'raws')
at Array.filter (<anonymous>)
Import trace for requested module:
../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[7].oneOf[13].use[1]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[7].oneOf[13].use[2]!./styles/globals.css
./styles/globals.cssThis error, when using with turbopack
Ichneumonid waspOP
Answer