Shopify のスレートで実行しようとすると、エラーなしで新しいテーマがインストールされますが、テーマに移動してスレート スタートまたはスレート 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)
その後もエラー コードが続きますが、テーマ リンクが新しいレポーターを作成しようとしているときにエラーが発生したようです。他の誰かがこれに遭遇しますか?