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

Sometimes you need a shell (alpha release)

Results 8 repl.sh issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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....

![image](https://user-images.githubusercontent.com/68473617/113027947-ec69e300-9147-11eb-9577-989d3db1286a.png) i installed repl.sh by `npm install -g repl.sh`, then ran `repl.sh` on the command line. ![image](https://user-images.githubusercontent.com/68473617/113028016-06a3c100-9148-11eb-8ca8-f58af20f57f5.png)

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 ```