-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Comments
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! |
I already tried it. It's a pain. (see #788) |
ok, it's not. @wirehack7 update npm ( |
@wirehack7, does it work for you with the latest epl version (v1.1.1)? |
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. |
See #829... |
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
The text was updated successfully, but these errors were encountered: