-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 #1778
Comments
I'm in the same Boat:
|
+1 |
Environment
Self-Hosted (Bare Metal)
System
Ubuntu 24.04.1
Version
2.1.1
Describe the problem
Impossible to install Dashy on all version of NodeJS 16,17,18,19 and 20 The achrinza/[email protected] dependency is not up to date and can only be installed on Node 17 or lower. But [email protected] can only be run on Node 18 or higher.
Node 18,19,20
1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
error @achrinza/[email protected]: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 17". Got "18.20.5"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/upgrade for documentation about this command.
Node 16,17
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=18". Got "16.20.2"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Additional info
No response
Please tick the boxes
The text was updated successfully, but these errors were encountered: