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

Etherpad 2.0.1: Depreciation error and git version warning #6293

Open
elmatusov opened this issue Apr 1, 2024 · 4 comments
Open

Etherpad 2.0.1: Depreciation error and git version warning #6293

elmatusov opened this issue Apr 1, 2024 · 4 comments

Comments

@elmatusov
Copy link

Etherpad lite 2.0.1, Node.js v21.7.1, npm v10.5.0, esbuild 0.20.2, Windows 2022 server

When I'm running the Etherpad (start.bat), I'm getting the following error and warning in the cmd windows:

[ERROR] settings - (node:16220) [DEP0040] DeprecationWarning: Thepunycode module is deprecated. Please use a userland alternative instead.

[WARN] settings - Can't get git version for server header ENOENT: no such file or directory, lstat 'C:\etherpalite\.git'

How can I fix the error and the warning? I'd appreciate your help! Thanks!

@SamTV12345
Copy link
Member

You can't really fix the error. Something in the dependencies of Etherpad uses punycode which is now deprecated by Node. The other issue is probably because you don't have a git folder. The git folder is used for version control. When Etherpad starts it checks which version of Etherpad is running.

@elmatusov
Copy link
Author

Thanks for your fast reply. I hope that the Etherpad development team will solve these problems in their future releases.

@SamTV12345
Copy link
Member

Sure we're fixing this problem for the next release. Version 2 introduced a lot of features and improvements.

@elmatusov
Copy link
Author

elmatusov commented Apr 1, 2024 via email

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

2 participants