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 am encountering errors when setting up Dashy locally with different Node.js versions.
Node.js v16.20.0:
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=18". Got "16.20.0"
error Found incompatible module.
Node.js v18.16.0:
error @achrinza/[email protected]: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 17". Got "18.16.0"
error Found incompatible module.
Steps to Reproduce:
Clone the Dashy repository.
Run yarn
Attempt to run the project using the specified Node.js versions.
Additional info
Please tick the boxes
You have explained the issue clearly, and included all relevant info
Environment
Self-Hosted (Bare Metal)
System
MacOS Sonoma 14.6.1
Version
3.1.1
Describe the problem
I am encountering errors when setting up Dashy locally with different Node.js versions.
Node.js v16.20.0:
Node.js v18.16.0:
Steps to Reproduce:
yarn
Additional info
Please tick the boxes
The text was updated successfully, but these errors were encountered: