libsass bindings not found when using node-sass in nodejs

后端 未结 12 1366
名媛妹妹
名媛妹妹 2020-12-02 05:03

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

12条回答
  •  栀梦
    栀梦 (楼主)
    2020-12-02 05:30

    This was a Node version issue for me, try using nvm to backtrack your version to something like: 0.10.32. This worked for me. I was running 4.2.2

提交回复
热议问题