Repl.it: Some Quirks

1 points by deostroll ↗ HN
I recently tried repl.it's bash repl to do some non-bash related programming. (Free account version).

Their bash repl has node/npm installed. So, I created package.json file there; added a couple of dependencies to check if they install. My goal was to have the node_modules folder generated and see whether I can zip it, and download that zip.

The answer is NO.

Although there is a feature for downloading your project as zip, the files generated in a bash session don't appear to available.

I hope others can also verify.

0 comments

[ 3.0 ms ] story [ 7.8 ms ] thread

No comments yet.