Shopify Slate won't build, archive, or start?

Trying to launch with Shopify Slate, it installs a new theme without error, but then I go to the theme and try to start the start slider or slate zip, I get this error:

.../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)

      

After that, another error code appears, but it looks like the error is because the link topic is trying to create a new reporter? Does anyone else come across this?

+3


source to share


1 answer


Updating Node [and npm] should fix this problem.



Slate requires Node 6.x Getting started with buses

+2


source







All Articles