toddmotto / reactive-pizza

Angular v4.1.1 - Reactive Forms, Observables, Component Architecture. Pizza. 🍕

Home Page:https://ultimateangular.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error MSB4019: The imported project "C:\ Microsoft.Cpp.Default.props" was not found.

pbrianmackey opened this issue · comments

When I run npm install:

GitHub\reactive-pizza\node_modules\node-sass\build\src\libsass.vcxproj(20,3): error MSB4019: The imported project "C:
Microsoft.Cpp.Default.props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.

I fixed it by

install Visual C++ Build Environment: Visual Studio Build Tools (using "Visual C++ build tools" workload)

See node-gyp readme:

  • Install Visual C++ Build Environment: Visual Studio Build Tools (using "Visual C++ build tools" workload) or Visual Studio 2017 Community (using the "Desktop development with C++" workload)