repl.sh icon indicating copy to clipboard operation
repl.sh copied to clipboard

SyntaxError: Unexpected token ; in JSON at position 17085

Open ghost opened this issue 6 years ago • 0 comments

Here I run repl.sh for the first time, after running npm install -g repl.sh:

~/Documents % repl.sh
✖ SyntaxError: Unexpected token ; in JSON at position 17085
SyntaxError: Unexpected token ; in JSON at position 17085
    at JSON.parse (<anonymous>)
    at Client.auth (/usr/lib/node_modules/repl.sh/client.js:31:24)

If you like this, you might want to check out Repl.it

I'm using Node v10.16.0 on Debian 10 Buster.

ghost avatar Jul 16 '19 01:07 ghost