Issue starting Etherpad as root #6395
-
Hi everyone, I'm encountering an issue when trying to start Etherpad as root on my server. Here's the problem I'm facing: I've followed the instructions to clone Etherpad from GitHub and run it using the Here's the error message I'm receiving: `root@vmi1855517:/www/wwwroot/tools/etherpad-lite# sudo bin/run.sh --root
vite v5.2.9 building for production...
vite v5.2.9 building for production...
node:internal/errors:496 TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" for /www/wwwroot/tools/etherpad-lite/src/node/server.ts Node.js v18.18.2 I've checked that TypeScript is installed globally on my system, but it seems like the Node.js environment isn't recognizing the TypeScript files during runtime. Could anyone provide guidance on how to resolve this issue? Any help would be greatly appreciated! Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Could you please pull again from develop? I patched support for NodeJS 18 the other day :) |
Beta Was this translation helpful? Give feedback.
-
@SamTV12345 Could you please confirm which specific Node.js versions are officially supported by Etherpad? Additionally, if I have the latest version of Node.js installed, would Etherpad work out of the box, or do I need to pull the patched changes from the Thanks. |
Beta Was this translation helpful? Give feedback.
@SamTV12345
Thanks it's working now.
Could you please confirm which specific Node.js versions are officially supported by Etherpad? Additionally, if I have the latest version of Node.js installed, would Etherpad work out of the box, or do I need to pull the patched changes from the
develop
branch?Thanks.