Web Application Build Error: The CodeDom provider type Microsoft.VisualC.CppCodeProvider could not be located

后端 未结 12 986
有刺的猬
有刺的猬 2021-01-31 08:20

I\'m building/packing a web application in a build server, and it fails with the following message:

ASPNETCOMPILER error ASPCONFIG: The CodeDom provider t

12条回答
  •  感动是毒
    2021-01-31 08:30

    I solved it with deleting node modules folder then running npm i from git bash and not from VS2019 built in terminal.

提交回复
热议问题