node sass 5 is incompatible with ^4.0.0 sass loader code example
Example: Error: Node Sass version 5.0.0 is incompatible with ^4.0
npm uninstall node-sass
npm install node-sass@4.14.1
Or, if using yarn (default in newer CRA versions)
yarn remove node-sass
yarn add node-sass@4.14.1