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

new install crashes #3658

Closed
ghost opened this issue Oct 31, 2019 · 4 comments
Closed

new install crashes #3658

ghost opened this issue Oct 31, 2019 · 4 comments

Comments

@ghost
Copy link

ghost commented Oct 31, 2019

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

@muxator
Copy link
Contributor

muxator commented Oct 31, 2019

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 :)

@ghost
Copy link
Author

ghost commented Oct 31, 2019

hi muxator, ah ok! i tried the dev branch and success.
usually my tech experience is such that when sth like this happens it is my fault.
thx

muxator added a commit that referenced this issue Nov 2, 2019
The previous revision on master (d967914), that claimed to be 1.8.0, had a
problem (see #3654), and so 1.8.0 was put on hold.

In #3660 I decided to do a beta.1 release, in order to be able to catch similar
problems.

Closes #3658.
@muxator
Copy link
Contributor

muxator commented Nov 3, 2019

Hi @mouseb, version 1.8.0-beta.1 is released.

You may switch to the master branch, if you like.
If so, could you please confirm that everything is still working, and close this issue?

@muxator
Copy link
Contributor

muxator commented Nov 6, 2019

I think we can safely close this.

@muxator muxator closed this as completed Nov 6, 2019
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

1 participant