Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] From Source Deployment - Invalid array length #1739

Open
5 tasks done
Wayk-maker opened this issue Nov 7, 2024 · 0 comments
Open
5 tasks done

[BUG] From Source Deployment - Invalid array length #1739

Wayk-maker opened this issue Nov 7, 2024 · 0 comments
Assignees
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working

Comments

@Wayk-maker
Copy link

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

  1. With “yarn config set ignore-engines false” the “yarn build” returns an incompatibility error (see build-engine node error.png below).
  2. 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.
  3. yarn start returns a "RangeError: Invalid array length" as seen in the start-error.png .
  4. 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.

build-engine node error
start-error

Additional info

No response

Please tick the boxes

@Wayk-maker Wayk-maker added the 🐛 Bug [ISSUE] Ticket describing something that isn't working label Nov 7, 2024
@github-project-automation github-project-automation bot moved this to Awaiting Triage in Dashy V3 Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working
Projects
Status: Awaiting Triage
Development

No branches or pull requests

2 participants