Angular 电子错误系统找不到指定的路径

Angular 电子错误系统找不到指定的路径,angular,electron,Angular,Electron,我试图将电子添加到我的角度项目中,但运行electron命令时,我得到了错误 系统找不到指定的路径,路径为:ng build--base href../&&electron 看起来是这样的: <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>SchoolReportMaker</title> <base href="/

我试图将电子添加到我的角度项目中,但运行electron命令时,我得到了错误 系统找不到指定的路径,路径为:ng build--base href../&&electron 看起来是这样的:

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>SchoolReportMaker</title>
  <base href="/">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="icon" type="image/x-icon" href="favicon.ico">
  <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
  <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>



  <app-root></app-root>

</body>
</html>

学校报告人
任何帮助都将不胜感激