I have been trying to install node-sass using
npm i node-sass
but I am getting the following error whenever I try npm start:
Node Sass version 6.0.0 is incompatible with ^4.0.0 || ^5.0.0.
I even tried downgrading to V5.0.0 or V4.14 for node-sass but it just won't install! It would get stuck at the end, and when I would force exit using ctrl+c, it outputs a huge log (please let me know if I can post it here).
Any help would be appreciated
