[ ] I have tried with the newest version of editly: npm i -g editly or npm i editly@latest
[ ] I have tried ffmpeg newest stable version
[ ] I have searched for existing issues
So I Installed Editly 0.11.3 on my new server as things works perfectly fine with it.
However, when i run it, it gives me error as i mentioned earlier.
Error: The module '/root/.nvm/versions/node/v14.18.3/lib/node_modules/editly/node_modules/canvas/build/Release/canvas.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 83. This version of Node.js requires
NODE_MODULE_VERSION 93. Please try re-compiling or re-installing
the module
So I went to editly folder, changed the dependency of canvas to 2.9.0 and npm install
so it installed canvas 2.9.0
A whole new world of errors started popping out!
can you please tell me how to fix this?
All i need is editly 11.3 and i already have it in my another server which is running perfectly fine.
npm i -g editly
ornpm i editly@latest
So I Installed Editly 0.11.3 on my new server as things works perfectly fine with it.
However, when i run it, it gives me error as i mentioned earlier.
Error: The module '/root/.nvm/versions/node/v14.18.3/lib/node_modules/editly/node_modules/canvas/build/Release/canvas.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 83. This version of Node.js requires NODE_MODULE_VERSION 93. Please try re-compiling or re-installing the module
So I went to editly folder, changed the dependency of canvas to 2.9.0 and npm install
so it installed canvas 2.9.0
A whole new world of errors started popping out!
can you please tell me how to fix this?
All i need is editly 11.3 and i already have it in my another server which is running perfectly fine.
New Server is running rocky linux 8.