Cannot find module 'uuid'
When I try to execute the example, the following error is occurring:
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Cannot find module 'uuid'
at Function._resolveFilename (module.js:334:11)
at Function._load (module.js:279:25)
at Module.require (module.js:357:17)
at require (module.js:368:17)
at Object.
Then I cut the example only on requiring the actors module, and the same exception stack occurred. Maybe is a bug because of the renaming of the uuid library (now node-uuid?).
Hey
Yep.
This library was mostly an experiment to wrap my head around amqp and play a bit with node and coffeescript. If you want to send a pull request, I'll merge it in :)
Also it's probably completely outdated
Hi Alen, I've fixed the UUID problem, so I it's now working. And the other thing that I've banged my head is that a valid RabbitMQ setup is needed so the mailbox queues can be accessed by the actors. Sorry for the question, but how do I send you a pull request? Thanks and kind regards
Fork the repo, add your fixes, come back to this repo, click on pull requests :)