gpt4 book ai didi

angular - 超时异常 : The Angular CLI process did not start listening for requests within the timeout period

转载 作者:行者123 更新时间:2023-12-02 21:12:03 25 4
gpt4 key购买 nike

我有一个在 VS2017 Pro 版本 15.9.8 中构建的 Angular Web 项目。它编译为目标.net Framework 4.6,但在 IISExpress 中运行时,它总是超时。我尝试过以下方法:

  • 在 Startup.cs 中,我已将 spa.Options.StartupTimeout 指定为 2 分钟[但仍然超时]
  • ClientApp文件夹内,执行npm startng build:[它总是提示错误:找不到模块'@ Angular/核心/package.json'

很多人说直接命令行运行ngserve就可以了,但是项目是用VS2017构建的,所以node_modules文件夹在项目根目录,而不是在 ClientApp 文件夹下。此外,@angular 文件夹不包含 core 文件夹,而是位于 @angular-devkit 文件夹下。

所以我的问题是:

  • 如果在 VS2017 中运行,如何解决超时问题?
  • 如果从命令行运行(例如 ngserve),如何解决文件夹问题?

最佳答案

拍摄from herehere ,它似乎在 .NET Core 3 和 Angular 9 中运行良好。修改 package.json 中 Angular 服务器的启动方式以添加虚拟 echo:

"start": "ng serve"

变成了

"start": "echo Starting && ng serve"

关于angular - 超时异常 : The Angular CLI process did not start listening for requests within the timeout period,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55406292/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com