Reputation: 14540
I just installed VS 2019 and created a new ASP.NET Core 2.1 Angular project. Haven't done anything to it and I hit the debug button to start it up in Chrome.
I received this message after Chrome loads!
Receive a exception.
Here is what I see!
Upvotes: 1
Views: 331
Reputation: 19494
Looks like that you haven't installed npm modules.
Please run npm install
so it will install node modules.
Upvotes: 2