Crbug/1173575,不推荐使用非 JS 模块文件。chromewebdata/(index)꞉5305:9:5551
我刚刚创建了一个新项目,并首次使用 或 + 运行它。Chrome 中的结果是:F5CtrlF5
无法访问该网站
err_connection_refused
我检查了“捕获的异常”断点处的选项,并显示以下错误。
如果未选中“捕获异常”,则会引发下一个错误:
我试图从终端运行“ng s -o”,一切正常。该站点在端口 4200 上运行良好,但我喜欢调试。
这是我的launch.json文件,默认情况下都是:
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:4200",
"webRoot": "${workspaceFolder}"
}
]
}
为什么会发生这种情况?