I get this error when trying to "ionic setup sass"
Any ideas how to fix this?
C:\Src\Projects\myApp>ionic setup sass npmnpm WARN package.json myapp@1.0.0 No README data npm node-sass@0.9.6 install C:\Src\Projects\myApp\node_modules\gulp-sass\node_modu les\node-sass node build.js child_process: customFds option is deprecated, use stdio instead. C:\Src\Projects\myApp\node_modules\gulp-sass\node_modules\node-sass>node "C:\Src \nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node- gyp.js" rebuild child_process: customFds option is deprecated, use stdio instead. Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.ta rgets(64,5): error MSB8020: The build tools for Visual Studio 2010 (Platform Too lset = 'v100') cannot be found. To build using the v100 build tools, please inst all Visual Studio 2010 build tools. Alternatively, you may upgrade to the curre nt Visual Studio tools by selecting the Project menu or right-click the solution , and then selecting "Upgrade Solution...". [C:\Src\Projects\myApp\node_modules\ gulp-sass\node_modules\node-sass\build\binding.vcxproj] gyp ERR! build error gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\12.0\bin\msbuild.exe` fail ed with exit code: 1 gyp ERR! stack at ChildProcess.onExit (C:\Src\nodejs\node_modules\npm\node_m odules\node-gyp\lib\build.js:267:23) gyp ERR! stack at ChildProcess.emit (events.js:110:17) gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1067 :12) gyp ERR! System Windows_NT 6.3.9600 gyp ERR! command "node" "C:\\Src\\nodejs\\node_modules\\npm\\node_modules\\node- gyp\\bin\\node-gyp.js" "rebuild" gyp ERR! cwd C:\Src\Projects\myApp\node_modules\gulp-sass\node_modules\node-sass gyp ERR! node -v v0.12.0 gyp ERR! node-gyp -v v1.0.2 gyp ERR! not ok Build failed npm ERR! Windows_NT 6.3.9600 npm ERR! argv "C:\\Src\\nodejs\\\\node.exe" "C:\\Src\\nodejs\\node_modules\\npm\ \bin\\npm-cli.js" "install" npm ERR! node v0.12.0 npm ERR! npm v2.5.1 npm ERR! code ELIFECYCLE npm ERR! node-sass@0.9.6 install: `node build.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the node-sass@0.9.6 install script 'node build.js'. npm ERR! This is most likely a problem with the node-sass package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node build.js npm ERR! You can get their info via: npm ERR! npm owner ls node-sass npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! C:\Src\Projects\myApp\npm-debug.log Error running npm install

