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

Latest versions of node.js and packages #828

Closed
wirehack7 opened this issue Jun 29, 2012 · 6 comments
Closed

Latest versions of node.js and packages #828

wirehack7 opened this issue Jun 29, 2012 · 6 comments

Comments

@wirehack7
Copy link

Etherpad Lite stopped working with newer versions of node.js. Also with packages like express, connect etc.

Errors like this are occuring:

npm ERR! notsup Unsupported
npm ERR! notsup Not compatible with your version of node/npm: express@2.5.8
npm ERR! notsup Required: {"node":">= 0.4.1 < 0.7.0"}
npm ERR! notsup Actual: {"npm":"1.1.32","node":"0.8.0"}

TypeError: Cannot read property 'global' of undefined

@MarkTraceur
Copy link
Contributor

Essentially the problem is, we need to update package.json to work with 0.8 node. We also may need to change bits of the codebase to make it work.

Sounds like fun to me!

@marcelklehr
Copy link
Contributor

I already tried it. It's a pain. (see #788)

@marcelklehr
Copy link
Contributor

ok, it's not.

@wirehack7 update npm ($ npm up npm) to make it work.

@marcelklehr
Copy link
Contributor

@wirehack7, does it work for you with the latest epl version (v1.1.1)?

@wirehack7
Copy link
Author

Ok it works now. I updated and cahnged the versions which are required in the install routine. Thanks!

But EPL really needs to be updated for the newer versions of node.js and npm.

@wirehack7 wirehack7 reopened this Jul 6, 2012
@marcelklehr
Copy link
Contributor

See #829...

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

3 participants