Node Sass couldn't find a binding for your current environment

前端 未结 30 2707
说谎
说谎 2020-11-29 14:23

I am having issues building an app because node-sass keeps failing with the error.

ERROR in Missing binding /Users/warren/Sites/random-docs/my-cms/nod

30条回答
  •  旧时难觅i
    2020-11-29 15:11

    Run the following commands, it works fine for me.

    npm install node-sass -g

    npm rebuild node-sass

    nvm use 10.16.3

    node node_modules/node-sass/scripts/install.js

    ng serve --poll=2000

提交回复
热议问题