I'm working on a front-end project with a friend who is on a Mac and has been able to install and run node-sass on his side. I'm running Windows 10, so when I've pulled the project and tried to run npm install
I now get a bunch of errors coming from CI.exe like the following:
C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\corecrt.h(10): fatal error C1083: Cannot open include
file: 'vcruntime.h': No such file or directory (compiling source file ..\..\src\libsass\src\check_nesting.cpp) [C:\Deve
lopment\xxx\xxx\node_modules\gulp-sass\node_modules\node-sass\build\src\libsass.vcxproj]
I've downloaded the C++ binaries, installed the node windows-build-tools, I've ensured that CI.exe is in PATH. I'm at my wits end!
I'm running node v8.2.1, npm v5.3.0, VS 2017 (v15.2, 26430.16 release)(C++ build tools installed, etc)
Full npm debug log for running command npm install node-sass
from project directory