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
I solved it with deleting node modules folder then running npm i from git bash and not from VS2019 built in terminal.