BigCommerce Stencil Start Uncaught Error: Module parse failed

BigCommerce Stencil Start Uncaught Error: Module parse failed

在 运行ning 模板启动并在我的浏览器中访问本地主机 url 后,我收到以下错误:

Uncaught Error: Module parse failed: Unexpected token (10:9)
You may need an appropriate loader to handle this file type.
| 
| var getAccount = function getAccount() {
>   return import('./theme/account');
| };
| 
    at Object../assets/js/app.js (bootstrap:83)
    at __webpack_require__ (bootstrap:19)
    at bootstrap:83
    at bootstrap:83
(index):1064 Uncaught TypeError: window.stencilBootstrap is not a function
    at (index):1064

今天早上才开始发生这种情况,我昨天能够 运行 模版制作,没有任何问题。

我完全按照这里的步骤操作:

https://developer.bigcommerce.com/stencil-docs/getting-started/installing-stencil

我试过多次卸载 Stencil 并重新安装。我还尝试在多个不同的目录中多次使用 cornerstone 的新克隆。我无法摆脱这个错误,并尝试了文档中的所有故障排除建议。终端没有错误。

我使用的是 macOS High Sierra 10.13.6

节点版本:v.6.4.0

关于我为什么会收到此错误的任何想法?

这是我们 Cornerstone 3.1 版本的问题,可以通过 GitHub 下载但尚未投入生产。我们已经收到工程票来解决它,但与此同时,您可以回滚到 Cornerstone 3.0 版本以绕过错误。抱歉给您带来麻烦!