tycrek / ass

The simple self-hosted ShareX server
ISC License
655 stars 53 forks source link

[BUG] Build failed at step 5: required: { node: '>=18.0.0' } current: { node: 'v16.20.2', npm: '8.19.4' } #253

Closed MostHated closed 9 months ago

MostHated commented 9 months ago

Is there an existing Issue for this bug?

Expected behavior

It looks like the Dockerfile might need to be updated. It is using node v16.x and it looks like one of the dependencies in the final step requires v18.x. I am about to test updating the Dockerfile, but wanted to report this before I forget.

Actual behavior

[ass 5/5] RUN npm i --save-dev && npm run build: 2.233 npm WARN EBADENGINE Unsupported engine { 2.236 npm WARN EBADENGINE package: '@tycrek/log@0.7.5', 2.238 npm WARN EBADENGINE required: { node: '>=18.0.0' }, 2.243 npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '8.19.4' } 2.244 npm WARN EBADENGINE }

Steps to reproduce

Run `./install/docker-linux.sh' Wait for Step 5

Logs (optional)

No response

ass version

Master branch: I believe 0.14.x

Deployment

Docker

Operating system

Ubuntu

Node version

16.20.2