Pretty simple. I am on Windows 8, I used the asar module to package a folder containing a node app.
I ran node app.asar
and got the error
SyntaxError: Unexpected token ILLEGAL at exports.runInThisContext (vm.js:53:16) "(function (exports, require, module, __filename, __dirname) { ?"
where ? is clearly an invalid character.
Why does this archive contain invalid characters if I can run the app without issue before packaging it and asar archives are supposedly readable to a nodejs process