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

While I run ./run.sh I meet the problem(release1.6). #3082

Closed
7feilee opened this issue Nov 17, 2016 · 7 comments
Closed

While I run ./run.sh I meet the problem(release1.6). #3082

7feilee opened this issue Nov 17, 2016 · 7 comments

Comments

@7feilee
Copy link

7feilee commented Nov 17, 2016

Ensure that all dependencies are up to date... If this is the first time you have run Etherpad please be patient.
Ensure jQuery is downloaded and up to date...
Clearing minified cache...
Ensure custom css/js files are created...
Started Etherpad...
[2016-11-18 01:33:29.286] [WARN] console - DirtyDB is used. This is fine for testing but not recommended for production.
/var/www/html/CTFPad/etherpad-lite/src/node_modules/underscore/underscore.js:40
if (obj instanceof _) return obj;
^

RangeError: Maximum call stack size exceeded
at new _ (/var/www/html/CTFPad/etherpad-lite/src/node_modules/underscore/underscore.js:40:13)
at _ (/var/www/html/CTFPad/etherpad-lite/src/node_modules/underscore/underscore.js:41:38)
at Function._.chain (/var/www/html/CTFPad/etherpad-lite/src/node_modules/underscore/underscore.js:1473:20)
at .(anonymous function) [as chain] (/var/www/html/CTFPad/etherpad-lite/src/node_modules/underscore/underscore.js:1496:34)
at result (/var/www/html/CTFPad/etherpad-lite/src/node_modules/underscore/underscore.js:1486:37)
at .(anonymous function) [as keys] (/var/www/html/CTFPad/etherpad-lite/src/node_modules/underscore/underscore.js:1496:16)
at flatten (/var/www/html/CTFPad/etherpad-lite/src/static/js/pluginfw/plugins.js:111:21)
at /var/www/html/CTFPad/etherpad-lite/src/static/js/pluginfw/plugins.js:120:52
at Function.
.each.
.forEach (/var/www/html/CTFPad/etherpad-lite/src/node_modules/underscore/underscore.js:153:9)
at _.(anonymous function) [as each] (/var/www/html/CTFPad/etherpad-lite/src/node_modules/underscore/underscore.js:1496:34)
at flatten (/var/www/html/CTFPad/etherpad-lite/src/static/js/pluginfw/plugins.js:111:28)

@joassouza
Copy link
Contributor

What version of node are you running?

@7feilee
Copy link
Author

7feilee commented Nov 17, 2016

npm version 3.10.9
node version 7.0.0

@joassouza
Copy link
Contributor

I guess you're having the same error reported in #3074 .
Can you downgrade the node version and try again?

@7feilee
Copy link
Author

7feilee commented Nov 17, 2016

Thanks ,but i solve the problem by npm install xxx@xxx. Then problem raises where i run the xx.js.

@7feilee
Copy link
Author

7feilee commented Nov 17, 2016

So i think it's not about dependencies.

@lpagliari
Copy link
Contributor

@DannieFly as @joassouza mentioned, you're having the same error we're having when trying to update the dependencies to work with node v. 7 (see here). Using node 6.9 would probably work for you, but if you must use v. 7, then you'll have to wait for #3074 to be fixed.

@7feilee
Copy link
Author

7feilee commented Nov 18, 2016

Thanks

@7feilee 7feilee closed this as completed Nov 18, 2016
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