Closed apetresc closed 6 years ago
Yes, you need a node version that supports async functions; I think version 8 is okay. I assume you're running it directly with node?
Ah, I see what's going on, the build script doesn't specify the node version to be used, so it defaults to the node version you have installed on your system. This should probably be fixed. In the meantime, you can use 'npm run build:all' to build executables with the correct version of node... or just update your node.js. 😉
Indeed, this solved it :) Thanks!
When invoking
leelasabaki
, either from the CLI or through Sabaki, it immediately crashes with:I don't know anything about the NodeJS ecosystem, but this smells like some sort of language version mismatch to me. I'm running: