Closed sdetweil closed 3 weeks ago
should we put out a point release on package.json i will fix my installer in the morning i will also update package.json
I installed this new raspian and there is no node preinstalled.
pi@pi4-argon:~ $ node -v
-bash: node: command not found
If I install with apt I get an outdated
pi@pi4-argon:~ $ node -v
v18.19.0
what image did uninstall? i did 64 bit full used the imager for pi4
same
pi@pi4-argon:~ $ uname -a
Linux pi4-argon 6.6.51+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08) aarch64 GNU/Linux
pi@pi4-argon:~ $ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
false alarm user didn't show me all the info .. they installed and got node 23 manually..
then did npm install, which failed..
i fixed my script, but won't change it back..
now to find where they save the screensaver info on new bookworm as the wayfire.ini is gone and labwc doesn't do it natively
so can we close this?
yes
we don't install on node 23 due to the engines check..
i deleted package-lock and change engines to || 23
and it seems to run fine
develop does
testcases on develop fail on macos Sonoma 14.5, run ok on ubuntu 22.04