-
-
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
Not working on Node 6.0.0 #2956
Comments
I get this too, but I also get this with Node v6:
Is this also caused by Node 6?
$ npm install graceful-fs
/home/etherpad
└── graceful-fs@4.1.3 |
Probably the reason is this change: nodejs/node#5950 |
Okay, anyway I could solve it with a downgrade to Node v5. |
I can confirm that a downgrade to node 5.9.0 did work around this issue. To do this with homebrew on OSX 10.10.5, running |
Etherpad is working again with Node v7 (tested with latest nightly) |
This seems to be resolved with nodejs>=6.2 |
I can confirm that. I had the same error, received node 6.2.1 after a brew upgrade and now it works. |
When I try to start etherpad with node version 6.0.0 I get the following exception:
The text was updated successfully, but these errors were encountered: