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
I had the same issue. I couldn't find any proper working solution in here, so I found mine:
Inspired by @Rob-Scott solution and other pointing that we could have 2 versions of Node.js installed, I went to C:\Program Files (x86)\nodejs and realized that I had a node.js version installed in addition to the VS default installation.
My solution was quite simple:
add an entry (most left of the top-right block of buttons)C:\Program Files (x86)\nodejs, validate by pressing enterProbably Node.js is not set well in the PATH variable, but this is my working very quick solution, my 2 cents :)