Project build halts on: “Build delayed until Bower/npm packages finish restoring.”

前端 未结 5 1530
忘掉有多难
忘掉有多难 2021-02-12 12:26

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         


        
5条回答
  •  一整个雨季
    2021-02-12 13:01

    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 ==========

提交回复
热议问题