If your terminal/command prompt says:
Node Sass could not find a binding
for your current environment:
OS X 64-bit with Node 0.10.x
and you have tried the following commands such as:
npm cache clean --force
rm -rf node modules
npm install
npm rebuild node-sass
npm rebuild node-sass
& still NOTHING works..
Just run this in the terminal manually:
node node_modules/node-sass/scripts/install.js
now run
npm start or yarn start
If your terminal/command prompt says:
and you have tried the following commands such as:
& still NOTHING works..
Just run this in the terminal manually:
now run