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

前端 未结 30 2699
说谎
说谎 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:07

    Open Visual Studio 2017
    Go to Tools -> Options…
    Go to Projects and Solutions -> Web Package Management
    Move $(PATH) to the top of that list and close that window.
    Restart Visual Studio.
    This worked in my case, because my node version is 11.x

提交回复
热议问题