Try reinstalling `node-sass` on node 0.12?

前端 未结 17 2724
感情败类
感情败类 2020-12-02 04:04

I would like to use google web starter kit. I installed node.js v0.12.0, node-sass & gulp.

And then ran:

$ sudo npm ins         


        
17条回答
  •  悲&欢浪女
    2020-12-02 04:32

    If you use Gulp then try:

    npm install gulp-sass

    I had the same problem and the gulp-sass package was the problem.

提交回复
热议问题