-
-
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
new install crashes #3658
Comments
Hi, the problem on graceful-fs is solved in the develop branch. By the way this is the reason for which I blocked releasing 1.8. I'll release a hotfix asap, as a Halloween present :) |
hi muxator, ah ok! i tried the dev branch and success. |
Hi @mouseb, version 1.8.0-beta.1 is released. You may switch to the master branch, if you like. |
I think we can safely close this. |
hi etherland,
im trying to install e-lite on a debian buster box. nodejs -v = 12.13.0, npm -v = 6.12.0.
installed following this:https://github.com/nodejs/help/wiki/Installation, but substituing 12.13.0 for VERSION.
i git clone the master branch as per general etherpad instructions, and when it tries to start up it does this:
[2019-10-31 15:26:52.110] [ERROR] console - exception thrown: Maximum call stack size exceeded
[2019-10-31 15:26:52.111] [INFO] console - RangeError: Maximum call stack size exceeded
at Function.[Symbol.hasInstance] ()
at ReadStream (/opt/etherpad/etherpad-lite/src/node_modules/graceful-fs/graceful-fs.js:194:14)
at ReadStream (/opt/etherpad/etherpad-lite/src/node_modules/graceful-fs/graceful-fs.js:195:28)
at ReadStream (/opt/etherpad/etherpad-lite/src/node_modules/graceful-fs/graceful-fs.js:195:28)
at ReadStream (/opt/etherpad/etherpad-lite/src/node_modules/graceful-fs/graceful-fs.js:195:28)
at ReadStream (/opt/etherpad/etherpad-lite/src/node_modules/graceful-fs/graceful-fs.js:195:28)
at ReadStream (/opt/etherpad/etherpad-lite/src/node_modules/graceful-fs/graceful-fs.js:195:28)
at ReadStream (/opt/etherpad/etherpad-lite/src/node_modules/graceful-fs/graceful-fs.js:195:28)
at ReadStream (/opt/etherpad/etherpad-lite/src/node_modules/graceful-fs/graceful-fs.js:195:28)
at ReadStream (/opt/etherpad/etherpad-lite/src/node_modules/graceful-fs/graceful-fs.js:195:28)
i tried resolving the 25 listed vulnerabilities, ie cd /src, create lockfile, run npm audit fix. and it seems to work, but once i run ether again with bin/run.sh it seems to bring them all back while checking for dependencies. and perhaps thats not the issue?
i also tried npm update graceful-fs. as per #3654. the command worked, but didn't help.
i installed node and etherpad as a normal user.
im not a programmer so its not necessary a tech thing screwing me up. any pointers appreciated tho. or also, is no one else having this issue on installing?
thanks
The text was updated successfully, but these errors were encountered: