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

后端 未结 8 2021
有刺的猬
有刺的猬 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:44

    Setting the following fixed the problem for me

    /property:VCTargetsPath="C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120
    

    As mentioned on this forum

提交回复
热议问题