Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run under nodejs 0.8.14 #18

Open
wshager opened this issue Nov 4, 2012 · 3 comments
Open

Cannot run under nodejs 0.8.14 #18

wshager opened this issue Nov 4, 2012 · 3 comments

Comments

@wshager
Copy link

wshager commented Nov 4, 2012

Tried today to get this working on nodejs 0.8.14 on ubuntu 12.04. I get an error:

Listening on port 8080

repl.js:95
throw new Error('An options Object, or a prompt String are required');
^
Error: An options Object, or a prompt String are required
at new REPLServer (repl.js:95:11)
at Object.exports.start (repl.js:321:14)
at Object. (/home/wouter/node_modules/persevere-example-wiki/index.js:30:18)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.runMain (module.js:492:10)
at process.startup.processNextTick.process._tickCallback (node.js:244:9)

What is the supported node version currently?

@andineck
Copy link

I get the same error with node v0.8.4

@wshager
Copy link
Author

wshager commented Jan 16, 2013

You can find the fix in my pull request #19

@andineck
Copy link

wow that was quick. I just did that and it fixes it. thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants