Having an 'SyntaxError: Unexpected token 'export' Issue with my Electron-Ionic Application

Having an 'SyntaxError: Unexpected token 'export' Issue with my Electron-Ionic Application

//遇到这个问题不知道如何解决:

Uncaught C:\Users\Zac\ionic_projects\robot-backup-4\node_modules\@ionic\core\components\index.js:4
export { setAssetPath, setPlatformOptions } from '@stencil/core/internal/client';
^^^^^^

SyntaxError: Unexpected token 'export'
    at new Script (vm.js:101:7)
    at createScript (vm.js:262:10)
    at Object.runInThisContext (vm.js:310:10)
    at wrapSafe (internal/modules/cjs/loader.js:979:15)
    at Module._compile (internal/modules/cjs/loader.js:1039:27)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1113:10)
    at Module.load (internal/modules/cjs/loader.js:940:32)
    at Module._load (internal/modules/cjs/loader.js:781:14)
    at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
    at Function.o._load (electron/js2c/renderer_init.js:29:379)

这目前正在影响我所做的所有离子电子项目。在我开始遇到这个问题之前,我的项目运行良好。

我试图获取一些信息,但在 Internet 上找不到太多信息。尝试查看 stencils.config.ts 文件但找不到。我也尝试升级到不同版本的模板。

当我 运行 时,我的 epxressjs 服务器未 运行ning: “npx 上限打开@capacitor-community/electron”

我想通了,原来这是一个需要导入的模块,它不应该在我的后端服务器中。我对 javascript 还是很陌生,所以我不确定在哪里可以找到它,因为运行时错误不是很清楚。