Something Wrong with install gulp-sass
I catch error with **npm install gulp-sass **on my mac OSX EI Capitan version 10.11.1
Then I find the way to solute this problem on stackoverflow.
- sudo xcode-select — switch /Applications/Xcode.app
- npm install iconv
- npm **install gulp-sass **
Finally, I am successful!