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

前端 未结 30 2644
说谎
说谎 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条回答
  •  情歌与酒
    2020-11-29 15:06

    For Visual Studio 2015/2017, Right Click on your package.json and Click on Restore Packages.

    This will make sure that the npm from the Visual Studio Tools External Tools is run and the binding will be rebuild based on that.

提交回复
热议问题