Issue Summary
Unable to compile alerta on node 18, which is the oldest still supported version of node.
Environment
-
OS: Rhel8 & Fedora 38
-
API version: master
-
Deployment: N/A
-
For self-hosted, WSGI environment: N/A
-
Database: Postgres
-
Server config:
Auth enabled? No
Auth provider? N/A
Customer views? No
-
web UI version: master
-
CLI version: N/A
To Reproduce
Steps to reproduce the behavior:
- Install node 18 or 20
- clone alerta-webui
- npm install
npm install will fail due to multiple no longer maintained libs not working on node18
Expected behavior
npm install should exit 0
Screenshots
Additional context
Looks like dependency hell. I tried doing a quick and dirty uplift to vuetify latest w/ vite but the best I could get is a white screen with nothing displayed after about 12 hours of work.
Issue Summary
Unable to compile alerta on node 18, which is the oldest still supported version of node.
Environment
OS: Rhel8 & Fedora 38
API version: master
Deployment: N/A
For self-hosted, WSGI environment: N/A
Database: Postgres
Server config:
Auth enabled? No
Auth provider? N/A
Customer views? No
web UI version: master
CLI version: N/A
To Reproduce
Steps to reproduce the behavior:
npm install will fail due to multiple no longer maintained libs not working on node18
Expected behavior
npm install should exit 0
Screenshots
Additional context
Looks like dependency hell. I tried doing a quick and dirty uplift to vuetify latest w/ vite but the best I could get is a white screen with nothing displayed after about 12 hours of work.