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

Cannot read property 'length' of null #37

Closed
raphaelbastide opened this issue Aug 20, 2013 · 1 comment
Closed

Cannot read property 'length' of null #37

raphaelbastide opened this issue Aug 20, 2013 · 1 comment
Labels

Comments

@raphaelbastide
Copy link
Member

I have the following function:

function comunicate(){
  var siblingModuls = modul.sonar();
  console.log(siblingModuls.length);
}

When I run it, server crashes and return:

in server/lib/modul.js:205
    if (fnName.length > 0) {
TypeError: Cannot read property 'length' of null`

Node version: v0.10.12

@bpierre
Copy link
Member

bpierre commented Aug 27, 2013

The codebase needs several updates to be compatible with Node 0.10 and modules updates.

This issue should be fixed when the pull request #38 will be done.

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

No branches or pull requests

2 participants