Solution: in package.json and gulpfile.js Update gulp-sass. I updated it from 4.0.2 to 5.1.0 Replace node-sass module with sass. I replaced node-sass 4.14.1 with sass 1.49.9 In gulpfile.js update the ...Read More
If you’re running unix based system like ubuntu or mac, first install globally npm install node-sass -g With this command you’ll get full path of node-sass package which node-sass which yo...Read More