Try reinstalling `node-sass` on node 0.12?

前端 未结 17 2710
感情败类
感情败类 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条回答
  •  Happy的楠姐
    2020-12-02 04:34

    Downgrading Node to 0.10.36 should do it per this thread on the node-sass github page: https://github.com/sass/node-sass/issues/490#issuecomment-70388754

    If you have NVM you can just:

    nvm install 0.10
    

    If you don't, you can find NVM and instructions here: https://www.npmjs.com/package/nvm

提交回复
热议问题