-
Notifications
You must be signed in to change notification settings - Fork 33
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
TypeError: Object #<Object> has no method 'listen' #37
Comments
hmm can you post the stack trace? |
|
did you solve your problem? i get the same message using tobi (same code as above). weird thing i also get this using zombiejs or mocha testing tools. i'm using node 0.6.2 on ubuntu 10.04 and got the modules via npm install |
probably you do not export your app from your server
you should check what app is, my guess is that it's what can you do? simply write in your ../app the following:
to get your app exported |
Keep getting this error when running the following code against my expressjs app:
Not sure what's causing this behavior.
The text was updated successfully, but these errors were encountered: