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

1.3.2 : crash on load #37

Closed
steren opened this issue Feb 17, 2012 · 1 comment
Closed

1.3.2 : crash on load #37

steren opened this issue Feb 17, 2012 · 1 comment

Comments

@steren
Copy link

steren commented Feb 17, 2012

I'm using node v0.4.11

Everything works with node-uuid 1.3.0

But when I used node-uuid 1.3.2, on launch of my app :

node.js:134

    throw e; // process.nextTick error, or 'error' event on first tick

    ^

TypeError: undefined is not a function
at CALL_NON_FUNCTION (native)
at /xxx/node_modules/node-uuid/uuid.js:47:14
at /xxx/node_modules/node-uuid/uuid.js:103:20
at Object. (/xxx/node_modules/node-uuid/uuid.js:249:1)
at Module._compile (module.js:402:26)
at Object..js (module.js:408:10)
at Module.load (module.js:334:31)
at Function._load (module.js:293:12)
at require (module.js:346:19)
at Object. (/xxx/server/lib/server.js:16:12)

@broofa
Copy link
Member

broofa commented Feb 17, 2012

Hi Steren, this was fixed in #30. If you upgrade to v1.3.3, the problem should go away.

@broofa broofa closed this as completed Feb 17, 2012
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