I'm simply trying to create a react app with the command npx create-react-app my-app
but get this error:
css-loader@1.0.0: The engine "node" is incompatible with this module. Expected version ">= 6.9.0 <7.0.0 || >= 8.9.0". Got "8.5.0"
I've tried updating node but it seems to not work, checking the version it says 8.5.0 just like in the error. Even restarted my computer as a last option but that also didn't help..
Is there anything else I could try? Any suggestions are welcome.