You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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:
Any ideas?
The text was updated successfully, but these errors were encountered: