Skip to content

Error: Symbol node_stringprep_module not found. #27

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

Closed
blaiz opened this issue Apr 11, 2013 · 3 comments
Closed

Error: Symbol node_stringprep_module not found. #27

blaiz opened this issue Apr 11, 2013 · 3 comments

Comments

@blaiz
Copy link

blaiz commented Apr 11, 2013

Trying to use this module but I'm getting this error when running an app.js that only contains the lines from the example in the installation steps:

module.js:356
  Module._extensions[extension](this, filename);
                               ^
Error: Symbol node_stringprep_module not found.
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Server.<anonymous> (/Users/jgabaut/Downloads/stringprep/app.js:34:22)
    at Server.g (events.js:175:14)
    at Server.EventEmitter.emit (events.js:92:17)
    at net.js:1029:10
    at process._tickCallback (node.js:415:13)
    at Function.Module.runMain (module.js:499:11)

Any ideas?

@blaiz
Copy link
Author

blaiz commented Apr 12, 2013

Ok nevermind, I had the latest version of node.js installed (0.10.3). I installed an earlier version (0.8.22), then reinstalled the package and it worked.

@blaiz blaiz closed this as completed Apr 12, 2013
@natevw
Copy link

natevw commented May 24, 2013

Why is this closed? Is node-stringprep just not going to be supported going forward?

@blaiz
Copy link
Author

blaiz commented May 24, 2013

No idea but I solved my own issue by downgrading so that did the trick for my needs. Reopen if you feel like it.

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

No branches or pull requests

2 participants