heapwolf / prompt-sync

a synchronous prompt for node.js
MIT License
211 stars 42 forks source link

How do I get it to run on codesandbox.io? #42

Open jtlapp opened 3 years ago

jtlapp commented 3 years ago

How do I get prompt-sync to run on codesandbox.io? I get this error on this sandbox:

Unable to open 'index.js': File not found (file:///sandbox/node_modules/prompt-sync/index.js).

I was able to get it working on repl.it, but I'm unable to use repl.it in my classes for other reasons.