-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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] Unable to install Dashy on Node 18 LTS #1159
Comments
If you're enjoying Dashy, consider dropping us a ⭐ |
|
Commented in pull#1178 - ran into this today - can't install on node 18 - works fine on 16. Several libraries need updating to make it possible - not just node-ipc. |
+1 I also have this problem today trying to deploy on debian 12 bookworm EDIT: add more debian info 12 (bookworm): 18.13 Looks like no debian version has suitable node to run dashy... |
For those wondering how to solve this issue temporarily, use nvm and install version 16.13.0 |
Node.js 16 goes into end-of-life status on 2023-09-11. Maybe support for version 18 should be a priority? |
@Lissy93 Any update about this issue? NodeJS 16 is EOL |
This comment was marked as outdated.
This comment was marked as outdated.
✨ This will be fixed in 2.1.2, which will be released soon. 🎉 |
Tested, it even works with Node 20.11.1 LTS 🚀 |
Still doesn't work for me. I still get this error:
|
Did you run with ignore engines? 'yarn install --ignore-engines' |
I agree, this does not seem to be fixed at this point. Using version 18.20.4, and changing the package.json to
I had originally started with node version 20.15.1 with the package.json change as well but got this error.
running
Running Doing the above, made it run further than before, but still errored out and failed to build. Running |
First statment on your homepage https://dashy.to/docs/quick-start#2-installation is a real joke. "Welcome to Dashy! So glad you're here 😊 In a couple of minutes, you'll have your new dashboard up and running 🚀" I was playing around the hole afternoon and still have not got running it. Ubuntu 24.04.1 and tried with node 16.17,18,19 and 20 Error on 18,19,20 Error on 16,17 |
Environment
Self-Hosted (Bare Metal)
System
Ubuntu 22.04.2 LTS x86_64
Version
2.1.1
Describe the problem
Impossible to install Dashy on the latest LTS version of NodeJS (18.18.0). The achrinza/node-ipc@9.2.2 dependency is not up to date and can only be installed on Node 17 or lower.
Additional info
Please tick the boxes
The text was updated successfully, but these errors were encountered: