Describe the problem you would like to solve
I would like the metadata of the Node.JS package for OJS to tell me which versions of NodeJS are supported. This might help to avoid errors when running npm run build
with OJS 3.3 on Debian Bookworm through Node 18.
Describe the solution you’d like
Who is asking for this feature?
Software Engineer
Additional information
# npm run build
> OJS3@3.3.0 build
> vue-cli-service build --no-clean
⠸ Building for production.../var/www/html/ojs/node_modules/loader-runner/lib/LoaderRunner.js:106
throw new Error("callback(): The callback was already called.");
^
Error: callback(): The callback was already called.
at context.callback (/var/www/html/ojs/node_modules/loader-runner/lib/LoaderRunner.js:106:10)
at /var/www/html/ojs/node_modules/css-loader/dist/index.js:141:5
Node.js v18.19.0