
Fixing Python and C++ issues setting up node-sass on Windows
We recently inherited a project with a Grunt-based Javascript boilerplate that would not install, falling over installing node-sass. It would throw an error stating that Python2.7 was missing and also that the C++ MSBuild task could not be found. Why?!
Node.js
Grunt
Javascript


