Skip to main content

Error integrating Angular with .NET Core(With VSCODE)

  1. Field 'browser' doesn't contain a valid alias configuration

  • Solution: run npm install and then ng build 

    if not try adding "/dist v0.1.1" in .git.ignore file .

Comments