OS X El 安装 gulp-sass 的坑
2015-10-17 本文已影响42人
KeKeMars
I install gulp-sass on my macOS El with something wrong.
Then I find the way to solute this problem on stackoverflow.
- sudo xcode-select — switch /Applications/Xcode.app
- npm install iconv
Finnally re-**npm install gulp-sass **.
The problem is gone!!!