libsass bindings not found when using node-sass in nodejs

后端 未结 12 1383
名媛妹妹
名媛妹妹 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条回答
  •  旧时难觅i
    2020-12-02 05:43

    I fixed this issue by deleting the existing /node_modules folder and running npm update

提交回复
热议问题