Hello,
i am trying a fresh installation on a Raspberpi 5 32-bit Raspberry Pi OS (20241210)on NVME
When using the script: githubcom/weil/MagicMirror_scripts the installation stops with "bash: line 273: /usr/local/bin/node: cannot execute: required file not found"l.
ls -al /usr/local/bin
total 114584
drwxr-xr-x 2 root root 4096 Dec 22 16:12 .
drwxr-xr-x 11 root root 4096 Dec 22 15:02 ..
lrwxrwxrwx 1 root root 45 Dec 22 16:12 corepack -> ../lib/node_modules/corepack/dist/corepack.js
lrwxrwxrwx 1 root root 27 Dec 22 15:02 n -> ../lib/node_modules/n/bin/n
-rwxr-xr-x 1 root root 117318528 Dec 22 16:12 node
lrwxrwxrwx 1 root root 38 Dec 22 16:12 npm -> ../lib/node_modules/npm/bin/npm-cli.js
lrwxrwxrwx 1 root root 38 Dec 22 16:12 npx -> ../lib/node_modules/npm/bin/npx-cli.js
A fresh-install on a Raspberry 3 works.
What’s the problem?