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

dezalgo again #3328

Closed
jeffrson opened this issue Feb 15, 2018 · 2 comments
Closed

dezalgo again #3328

jeffrson opened this issue Feb 15, 2018 · 2 comments

Comments

@jeffrson
Copy link

I'm posting a new issue, since other similar issues have been closed without a real solution. npm@4 is, unfortunately, no solution.

In package.json there is a dependency on npm 4.0.2 - if this dependency is replaced by npm 5.6.0 installDeps.sh works again.

@SeanShubin
Copy link

I managed to fix an error message regarding dezalgo by disabling the package-lock file.
I created a file named .npmrc in the src directory, with contents:
package-lock=false

This worked because in my case etherpad-lite started up fine the first time and would complain about delzago if I ever tried to restart it. Probably not an ideal solution, but I am not familiar with the code base, I am just trying to get it to work.

@JohnMcLear
Copy link
Member

I bumped dep reqs. See if that helps.

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