Fehler: Knoten Sass Version 5.0.0 ist mit ^4.0 nicht kompatibel

npm uninstall node-sass
npm install [email protected]

Or, if using yarn (default in newer CRA versions)

yarn remove node-sass
yarn add [email protected]
Dayanaohhnana