You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.
/Users/flet/.nvm/versions/node/v4.2.6/lib/node_modules/hi8/bin.js:18
let proc = spawn(electron, [ hi8 ], { stdio: 'inherit' })
^^^
SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:374:25)
at Object.Module._extensions..js (module.js:417:10)
at Module.load (module.js:344:32)
at Function.Module._load (module.js:301:12)
at Function.Module.runMain (module.js:442:10)
at startup (node.js:136:18)
at node.js:966:3
The text was updated successfully, but these errors were encountered:
Thanks for catching that! It's a bit dumb of me to require node 6 for one instance of let so I just simplified the syntax in bin.js. Should work fine on older versions of node now.
May want to add a note that v6 is required:
Attempting to run in v4:
The text was updated successfully, but these errors were encountered: