在运行模具启动并在浏览器中访问本地主机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
我尝试卸载模具并重新安装多次。我还尝试在多个不同的目录中多次使用基石的新鲜克隆。我无法摆脱这个错误,并尝试了所有来自文档的故障排除建议。终端中没有错误。
我正在使用macOS High Sierra 10.13.6
节点版本:v.6.4.0
关于我为什么会收到此错误的任何想法?
答案 0 :(得分:0)
Cornerstone 3.1发行版在我们这方面是一个问题,可以通过GitHub下载该版本,但尚未正式投入生产。我们已经准备好解决该问题的工程票,但是与此同时,您可以回滚到Cornerstone 3.0版本以绕过该错误。对不起,麻烦了!