Closed arcangelnew closed 10 months ago
Thank you for your report.
I've had a look and your node version is too old. You need at least node 14. The version I currently target is node 20.
Here's the officially supported versions for nodejs: https://endoflife.date/nodejs.
Interesting that Debian Buster was released in 2022 with a version of node that was already no longer supported (node 10 ended support in 2021). As such, I would not recommend using Debian as it seems they push unsupported software versions.
I've done some further tests and node 14 is the oldest supported version (as subpath imports were introduced in node 14).
I've also used this opportunity to do a version check and log an error if node is too old.
Thank you
First of all, great little script, it works as it should, at least it does on windows, but I need it to run in my headless debain server that I use for all my media content.
So far I followed the installation steps as described but ran into some errors:
First I installed NPM and Node, debain installs the latest version for each:
Then when tried to install with
npm install
I get this error:And when trying to run it anyway I get this:
Any idea why?