If you want to use SCSS and Sass in your React app, try to do as below and your files will be correctly compiled:
- First remove
node-sass:
yarn remove node-sass # if you use npm npm uninstall node-sass
- Then install
sassinstead ofnode-sass:
yarn add -D sass # if you use npm npm i -D sass