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

express(1) issue on 0.4.x #947

Closed
tanqhnguyen opened this issue Jan 1, 2012 · 4 comments
Closed

express(1) issue on 0.4.x #947

tanqhnguyen opened this issue Jan 1, 2012 · 4 comments
Labels

Comments

@tanqhnguyen
Copy link

I have this problem when using expressjs 2.5.3 with nodejs 0.4.12 (2.5.2 does not have this error)

node.js:134
        throw e; // process.nextTick error, or 'error' event on first tick
        ^
TypeError: Object #<Object> has no method 'platform'
    at Object.<anonymous> (/usr/local/lib/node_modules/express/bin/express:34:25)
    at Module._compile (module.js:411:26)
    at Object..js (module.js:417:10)
    at Module.load (module.js:343:31)
    at Function._load (module.js:302:12)
    at Array.<anonymous> (module.js:430:10)
    at EventEmitter._tickCallback (node.js:126:26)
@defunctzombie
Copy link
Contributor

Is there something holding you back on 0.4.x versus upgrading to 0.6.x?

@tanqhnguyen
Copy link
Author

well, the application that I am developing is using nodejs 0.4.12 and I dont want to upgrade because some modules will be broken.

@tj
Copy link
Member

tj commented Jan 2, 2012

If you're starting a new app you should probably upgrade to 0.6.x, but if it's an old app you dont need the express executable but this is still a bug

@tanqhnguyen
Copy link
Author

yes, agree. Actually, I accidentally found this bug when doing some demo for my friends.

@tj tj closed this as completed in 20570fc Jan 2, 2012
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

3 participants