Node packages not building on Windows 8.1 - Missing Microsoft.Cpp.Default.props

后端 未结 8 2017
有刺的猬
有刺的猬 2020-12-04 19:19

NPM packages are not building on Windows 8.1 - failing with following error,

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

8条回答
  •  一整个雨季
    2020-12-04 19:41

    The quick fix for me was this:

    set VCTargetsPath=C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120
    npm install
    

提交回复
热议问题