You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a VM that I am using for a few utilities such as Pi-Hole, unbound and WireGuard. The intent is to eventually get it onto a Raspberry Pi 5 when the Fedora kernel finally works. I was thinking that dashy would be great to have to quickly show me the status of these utilities. I am trying the dashy "From Source" approach because I really don't need Docker or another container program since dashy would be the only container. The git clone... command works fine but after that I experience some problems
With “yarn config set ignore-engines false” the “yarn build” returns an incompatibility error (see build-engine node error.png below).
With “yarn config set ignore-engines true” the “yarn build” works but does indicates a new version of sass-loader is available. No problem really.
yarn start returns a "RangeError: Invalid array length" as seen in the start-error.png .
Uninstalled yarn and used the npm install, npm run build and npm start found on the website troubleshooting page but got the same error on npm start as with yarn start. This means it is not a yarn issue.
Additional info
No response
Please tick the boxes
You have explained the issue clearly, and included all relevant info
Environment
Other (Specify below)
System
Fedora Linux 41 (Workstation Edition), GNOME V47, node.js v22.4.1, npm V10.8.1, yarn v1.22.22
Version
No response
Describe the problem
I have a VM that I am using for a few utilities such as Pi-Hole, unbound and WireGuard. The intent is to eventually get it onto a Raspberry Pi 5 when the Fedora kernel finally works. I was thinking that dashy would be great to have to quickly show me the status of these utilities. I am trying the dashy "From Source" approach because I really don't need Docker or another container program since dashy would be the only container. The git clone... command works fine but after that I experience some problems
Additional info
No response
Please tick the boxes
The text was updated successfully, but these errors were encountered: