3

尝试使用 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)

之后还有一些错误代码,但看起来错误是在主题链接试图创建新报告器时?还有其他人遇到这个吗?

4

1 回答 1

2

更新节点 [和 npm] 应该可以解决这个问题。

Slate 需要 Node 6.x Slate 入门

于 2017-09-17T16:46:48.367 回答