repl.sh
repl.sh copied to clipboard
Sometimes you need a shell (alpha release)
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
 i installed repl.sh by `npm install -g repl.sh`, then ran `repl.sh` on the command line. 
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...
$ repl.sh ✖ SyntaxError: Unexpected token ; in JSON at position 21761 SyntaxError: Unexpected token ; in JSON at position 21761 at JSON.parse () at Client.auth (/usr/local/lib/node_modules/repl.sh/client.js:31:24) at If you...
this commit was generated automatically on repl.it
$ repl.sh ✖ StatusCodeError: 403 - "Invalid referrer" StatusCodeError: 403 - "Invalid referrer" at new StatusCodeError (/usr/local/lib/node_modules/repl.sh/node_modules/request-promise-core/lib/errors.js:32:15) at Request.plumbing.callback (/usr/local/lib/node_modules/repl.sh/node_modules/request-promise-core/lib/plumbing.js:104:33) at Request.RP$callback [as _callback] (/usr/local/lib/node_modules/repl.sh/node_modules/request-promise-core/lib/plumbing.js:46:31) at Request.self.callback (/usr/local/lib/node_modules/repl.sh/node_modules/request/request.js:185:22) at Request.emit...
So i tried to use repl.sh to upload a nextjs example, got the following: ``` $ repl.sh -P -l nextjs ✖ Unsupported language: nextjs ```