This error is for node-sass is not present … to solve this just you want to run following command
npm install node-sass
npm install –save-dev node-sass
npm rebuild node-sass –force
sudo npm rebuild node-sass –force
This error is for node-sass is not present … to solve this just you want to run following command
npm install node-sass
npm install –save-dev node-sass
npm rebuild node-sass –force
sudo npm rebuild node-sass –force