When calling hyper cli, it throws Unexpected token ILLEGAL
C:\Users\Davy>hyper ls
C:\Users\Davy\AppData\Local\hyper\app-2.0.0\resources\bin\cli.js:29022
throw this.createError(index, line, col, description);
^
Error: Line 110: Unexpected token ILLEGAL
at ErrorHandler.constructError (C:\Users\Davy\AppData\Local\hyper\app-2.0.0\resources\bin\cli.js:28999:22)
at ErrorHandler.createError (C:\Users\Davy\AppData\Local\hyper\app-2.0.0\resources\bin\cli.js:29015:27)
at ErrorHandler.throwError (C:\Users\Davy\AppData\Local\hyper\app-2.0.0\resources\bin\cli.js:29022:21)
at Scanner.throwUnexpectedToken (C:\Users\Davy\AppData\Local\hyper\app-2.0.0\resources\bin\cli.js:29150:35)
at Scanner.scanStringLiteral (C:\Users\Davy\AppData\Local\hyper\app-2.0.0\resources\bin\cli.js:29924:19)
at Scanner.lex (C:\Users\Davy\AppData\Local\hyper\app-2.0.0\resources\bin\cli.js:30226:26)
at JSXParser.Parser.nextToken (C:\Users\Davy\AppData\Local\hyper\app-2.0.0\resources\bin\cli.js:26074:34)
at JSXParser.Parser.parseObjectProperty (C:\Users\Davy\AppData\Local\hyper\app-2.0.0\resources\bin\cli.js:26557:23)
at JSXParser.Parser.parseObjectInitializer (C:\Users\Davy\AppData\Local\hyper\app-2.0.0\resources\bin\cli.js:26590:35)
at JSXParser.Parser.inheritCoverGrammar (C:\Users\Davy\AppData\Local\hyper\app-2.0.0\resources\bin\cli.js:26273:37)
Same result with hyper i some-plugin
Oops, I found an syntax error inside my .hyper.js with missing '. Hyper works well, sorry
Most helpful comment
Oops, I found an syntax error inside my
.hyper.jswith missing'. Hyper works well, sorry