今天在运行一个ASP.NET CORE+Angular+SignalR的应用程序时,老是运行不成功,页面提示“Cannot GET /”,

解决方案:

只需要执行以下两行命令即可:

npm install connect

npm install serve-static

完美解决。。。

相关文章:

  • 2022-12-23
  • 2022-01-27
  • 2022-12-23
  • 2021-06-12
  • 2021-11-06
  • 2021-10-16
  • 2021-04-14
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
  • 2022-02-16
相关资源
相似解决方案