Lissy93 / dashy

🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!
https://dashy.to
MIT License
17.99k stars 1.36k forks source link

[BUG] dashy doesn't build using latest LTS (20.10.0) #1397

Closed lgwapnitsky closed 8 months ago

lgwapnitsky commented 11 months ago

Environment

Self-Hosted (Bare Metal)

System

Ubuntu 22.04

Version

N/A

Describe the problem

Can't install using latest LTS 20.10.0, nor does it compile with 18.18.2.

Will only install using 16.20.2

Additional info

root@dashboard:/opt# nvm ls
       v16.20.2
       v18.18.2
->     v20.10.0
default -> 20.10.10 (-> N/A)
iojs -> N/A (default)
unstable -> N/A (default)
node -> stable (-> v20.10.0) (default)
stable -> 20.10 (-> v20.10.0) (default)
lts/* -> lts/iron (-> v20.10.0)
lts/argon -> v4.9.1 (-> N/A)
lts/boron -> v6.17.1 (-> N/A)
lts/carbon -> v8.17.0 (-> N/A)
lts/dubnium -> v10.24.1 (-> N/A)
lts/erbium -> v12.22.12 (-> N/A)
lts/fermium -> v14.21.3 (-> N/A)
lts/gallium -> v16.20.2
lts/hydrogen -> v18.18.2
lts/iron -> v20.10.0

root@dashboard:/opt/dashy# yarn
yarn install v1.22.21
[1/5] Validating package.json...
error Dashy@2.1.1: The engine "node" is incompatible with this module. Expected version ">=16.0.0 <18.0.0". Got "20.10.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

Please tick the boxes

HumanG33k commented 10 months ago

Same here. On last stable debian. Should be also break on 18.X. Need a support for node LTS.

CrazyWolf13 commented 8 months ago

This is a Duplicate of #1159 and will be closed.