repl.sh
repl.sh copied to clipboard
SyntaxError: Unexpected token ; in JSON at position 17085
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.