If you get the following error when you start working with SCSS files you can fix this easily
Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
Error: Cannot find module ‘node-sass’
Go to the command like of the project folder and run the following commad
npm install node-saas --save-dev