尝试使用 Shopify 的 Slate 运行,它安装了一个没有错误的新主题,但是我们导航到主题并尝试运行 slate start 或 slate zip,我收到此错误:
.../node_modules/@shopify/theme-lint/index.js:12
module.exports.runAll = function(path, reporter = new Reporter()) {
^
SyntaxError: Unexpected token =
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:387:25)
at Object.Module._extensions..js (module.js:422:10)
之后还有一些错误代码,但看起来错误是在主题链接试图创建新报告器时?还有其他人遇到这个吗?