How to install node-sass on Ubuntu 18.04, and How to succesfully compile .scss file to css?
Solution 1:
I finally found a solution
sudo npm install --unsafe-perm node-sass
I hope this will help many of us. Must update this answer since node-sass is now mostly deprecated, use npm sass module instead "npm i sass" or "yarn add sass" and works like a charm on all ubuntu OS-es.Cheers.
Solution 2:
I used sudo npm install --unsafe-perm gulp-sass
to install gulp-sass