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

Need Tests #4

Open
ifandelse opened this issue Feb 3, 2013 · 1 comment
Open

Need Tests #4

ifandelse opened this issue Feb 3, 2013 · 1 comment

Comments

@ifandelse
Copy link
Contributor

The spec folder is EMPTY

This needs to be remedied....

@flimshaw
Copy link

flimshaw commented Jul 2, 2013

"TypeError: Cannot read property 'utils' of undefined" - I'm almost certainly making some sort of horrible mistake, but I'm trying to include this and postal.js in a node project and it's throwing this error when I try to spin up an instance for the parent.

var postal = require('postal')()
  , postalFederation = require('postal.federation')();

var postalInstance = postal.instanceId('parent');

There's the code i'm running, and here's the error that gets thrown:

node_modules/postal.federation/lib/postal.federation.js:24
  if ( !postal.utils.createUUID ) {
              ^
TypeError: Cannot read property 'utils' of undefined
    at /Users/charlie/code/FromScratch/node_modules/postal.federation/lib/postal.federation.js:24:15
    at module.exports (/Users/charlie/code/FromScratch/node_modules/postal.federation/lib/postal.federation.js:11:14)

Seems like it's not actually loading postal? Will do a bit more digging, thanks for all your work on this, hoping to contribute to a websockets plugin

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