-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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/node-ipc@9.2.2 dependency is not up to date and can only be installed on Node 17 or lower. But oidc-client-ts@3.0.1 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/node-ipc@9.2.2: 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 oidc-client-ts@3.0.1: 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: