Just updated to v7 and have this problem:

Hello! I am in the need a bit of help. I just updated to v7 and I’m getting this error when running:

Failed to compile.

./node_modules/@ionic/react/css/float-elements.css (./node_modules/css-loader/dist/cjs.js??ref--5-oneOf-4-1!./node_modules/postcss-loader/src??postcss!./node_modules/@ionic/react/css/float-elements.css)
Error: Unknown node type in node creation
    at Array.map (<anonymous>)

I read about adding the latest versions of postcss and autoprefixer to my project, but it’s not helping.

What do you think?

1 Like

Are you sure you updated everything to 7? You might have a dependency mismatch where you are running some parts v6 and others v7. Posting the full package.json might be helpful.

I am going to give it a try again and let you know. I will post the package.json!

I ran into this issue as well. Ended up posting about it in github. I’m curious @alex.escalante1 - if you downgroade to 7.0.5 does it fix the issue for you?