Ошибка: Узел SASS версия 5.0.0 несовместима с ^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
Dayanaohhnana