In VS 2017, I created a new ASP.NET Core Web Application using the Angular template.
The project however does not run, it gets stuck on:
Build delayed un
For react project I solved it using these steps.
1) right click on the project and select >build
2) Then in output box showing "Build delayed until Bower/npm packages finish restoring."
3) Wait few minutes.After building the project you can see
Build delayed until Bower/npm packages finish restoring. 1>------ Build started: Project: chatApplication, Configuration: Debug Any CPU ------ 1>chatApplication -> D:\IdeaProjects\chatApplication\chatApplication\bin\Debug\netcoreapp2.1\chatApplication.dll 1>chatApplication -> D:\IdeaProjects\chatApplication\chatApplication\bin\Debug\netcoreapp2.1\chatApplication.Views.dll ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========