I want to use the node-sass module in my node.js v0.12 application to benefit from the performance of libsass. I executed np
node-sass
node.js v0.12
libsass
np
This is the only solution that worked for me,
sudo npm install -g n sudo n 0.12.7 npm install node-sass@2 sudo npm -g install node-gyp@3 npm rebuild node-sass