Compiling Sass files using gulp-sass to css locally with no problem. On build machine, node modules are installed and when compiling .net code, getting error:
node_modules\node-sass\src\libsass\win\libsass.sln.metaproj:The specified solution configuration "debug|any cpu" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration.
I just want to be able to compile my sass into css. I'd rather not install Ruby on the build server.